Skip to content

Commit 84b320a

Browse files
committed
chore: let Renovate bump the Rstack toolchain devDependencies
SUPPORT_MATRIX declares a floor, not a pin, so raising @rslint/core, @rstest/core or rstack in package.json does not move it — the earlier exclusion treated the two as coupled. They now follow the same open-schedule rule as the rest of the Rstack scopes.
1 parent a980ac8 commit 84b320a

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/renovate.json5

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
// everything else, and `github>rstackjs/renovate:security` already waives
3030
// the release-age cooldown for the same set. Listed after `all-patch` so
3131
// these land in their own PR instead of the weekly patch roll-up.
32+
//
33+
// This includes `@rslint/core`, `@rstest/core` and `rstack`, whose ranges
34+
// sit alongside the runtime `SUPPORT_MATRIX` (shared/versionCheck.ts).
35+
// That matrix is a floor, not a pin: raising a devDependency does not move
36+
// it. Lowering the floor stays a deliberate, separate edit.
3237
{
3338
groupName: 'rstack toolchain',
3439
groupSlug: 'rstack',
@@ -46,12 +51,5 @@
4651
],
4752
schedule: ['at any time'],
4853
},
49-
// The devDependency ranges for the toolchain packages are the type-level
50-
// side of the runtime SUPPORT_MATRIX (shared/versionCheck.ts); moving them
51-
// is a compatibility decision, not routine maintenance.
52-
{
53-
matchPackageNames: ['@rslint/core', '@rstest/core', 'rstack'],
54-
enabled: false,
55-
},
5654
],
5755
}

0 commit comments

Comments
 (0)