Skip to content

Commit b8caf14

Browse files
chore(config): migrate config .github/renovate.json5
1 parent 7bba570 commit b8caf14

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/renovate.json5

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,18 @@
2929
{
3030
commitMessageTopic: 'MSRV',
3131
matchManagers: [
32-
'regex',
32+
'custom.regex',
3333
],
3434
matchPackageNames: [
3535
'rust',
3636
],
37-
minimumReleaseAge: '126 days', // 3 releases * 6 weeks per release * 7 days per week
37+
minimumReleaseAge: '126 days',
3838
internalChecksFilter: 'strict',
39-
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
39+
extractVersion: '^(?<version>\\d+\\.\\d+)',
4040
schedule: [
4141
'* * * * *',
4242
],
4343
},
44-
// Goals:
45-
// - Rollup safe upgrades to reduce CI runner load
46-
// - Have lockfile and manifest in-sync
4744
{
4845
matchManagers: [
4946
'cargo',

0 commit comments

Comments
 (0)