Skip to content

Commit 57d14e4

Browse files
committed
Auto merge of rust-lang#13442 - epage:msrv, r=weihanglo
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.
2 parents 4506d41 + 22e1f9f commit 57d14e4

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)