Auto merge of #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.
This commit is contained in:
bors 2024-02-15 19:50:53 +00:00
commit 57d14e4784

View file

@ -45,6 +45,7 @@
matchPackageNames: [
'MSRV:1',
],
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
schedule: [
'* * * * *',
],