Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2023
1 parent bd40901 commit 05308f6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,18 @@
{
commitMessageTopic: 'MSRV',
matchManagers: [
'regex',
'custom.regex',
],
matchPackageNames: [
'rust',
],
minimumReleaseAge: '126 days', // 3 releases * 6 weeks per release * 7 days per week
minimumReleaseAge: '126 days',
internalChecksFilter: 'strict',
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
extractVersion: '^(?<version>\\d+\\.\\d+)',
schedule: [
'* * * * *',
],
},
// Goals:
// - Rollup safe upgrades to reduce CI runner load
// - Have lockfile and manifest in-sync
{
matchManagers: [
'cargo',
Expand Down

0 comments on commit 05308f6

Please sign in to comment.