diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 405e95c..58ba05f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -29,24 +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: '^(?\\d+\\.\\d+)', // Drop the patch version + extractVersion: '^(?\\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',