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 Sep 26, 2023
1 parent d5aba75 commit 65abcc1
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 @@ -5,7 +5,7 @@
semanticCommits: 'enabled',
configMigration: true,
dependencyDashboard: true,
regexManagers: [
customManagers: [
{
customType: 'regex',
fileMatch: [
Expand Down Expand Up @@ -34,19 +34,13 @@
matchPackageNames: [
'rust',
],
minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week
minimumReleaseAge: '252 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 65abcc1

Please sign in to comment.