Skip to content

Commit

Permalink
Merge pull request #68 from rust-lang/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
Muscraft authored Jan 2, 2024
2 parents ff0c550 + c84cb0f commit 052cc50
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,18 @@
{
commitMessageTopic: 'MSRV',
matchManagers: [
'regex',
'custom.regex',
],
matchPackageNames: [
'rust',
],
minimumReleaseAge: '84 days', // 2 releases back * 6 weeks per release * 7 days per week
minimumReleaseAge: '84 days',
internalChecksFilter: 'strict',
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
extractVersion: '^(?<version>\\d+\\.\\d+)',
schedule: [
'* * * * *',
],
},
// Goals:
// - Keep version reqs low, ignoring compatible normal/build dependencies
// - Take advantage of latest dev-dependencies
// - Rollup safe upgrades to reduce CI runner load
// - Help keep number of versions down by always using latest breaking change
// - Have lockfile and manifest in-sync
{
matchManagers: [
'cargo',
Expand Down

0 comments on commit 052cc50

Please sign in to comment.