Skip to content

Commit 22e1f9f

Browse files
committed
chore(ci): Drop MSRV:1 patch field
This was missed when I did MSRV:3 This make it less annoying for people to keep up on every patch with their own MSRVs.
1 parent 30addea commit 22e1f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/renovate.json5

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
matchPackageNames: [
4646
'MSRV:1',
4747
],
48+
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
4849
schedule: [
4950
'* * * * *',
5051
],

0 commit comments

Comments
 (0)