Skip to content

Commit

Permalink
chore(ci): Drop MSRV:1 patch field
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
epage committed Feb 15, 2024
1 parent 30addea commit 22e1f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
matchPackageNames: [
'MSRV:1',
],
extractVersion: '^(?<version>\\d+\\.\\d+)', // Drop the patch version
schedule: [
'* * * * *',
],
Expand Down

0 comments on commit 22e1f9f

Please sign in to comment.