Skip to content

Commit 4173c8f

Browse files
committed
chore(ci): Don't set patch for MSRV
1 parent 5749aa0 commit 4173c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
],
3737
minimumReleaseAge: '336 days', // 8 releases * 6 weeks per release * 7 days per week
3838
internalChecksFilter: 'strict',
39+
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
3940
schedule: [
4041
'* * * * *',
4142
],

0 commit comments

Comments
 (0)