We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bba570 commit b8caf14Copy full SHA for b8caf14
.github/renovate.json5
@@ -29,21 +29,18 @@
29
{
30
commitMessageTopic: 'MSRV',
31
matchManagers: [
32
- 'regex',
+ 'custom.regex',
33
],
34
matchPackageNames: [
35
'rust',
36
37
- minimumReleaseAge: '126 days', // 3 releases * 6 weeks per release * 7 days per week
+ minimumReleaseAge: '126 days',
38
internalChecksFilter: 'strict',
39
- extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
+ extractVersion: '^(?<version>\\d+\\.\\d+)',
40
schedule: [
41
'* * * * *',
42
43
},
44
- // Goals:
45
- // - Rollup safe upgrades to reduce CI runner load
46
- // - Have lockfile and manifest in-sync
47
48
49
'cargo',
0 commit comments