diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8c204be502b..81f710c148f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -45,6 +45,7 @@ matchPackageNames: [ 'MSRV:1', ], + extractVersion: '^(?\\d+\\.\\d+)', // Drop the patch version schedule: [ '* * * * *', ],