We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30addea commit 22e1f9fCopy full SHA for 22e1f9f
.github/renovate.json5
@@ -45,6 +45,7 @@
45
matchPackageNames: [
46
'MSRV:1',
47
],
48
+ extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
49
schedule: [
50
'* * * * *',
51
0 commit comments