Skip to content

Commit f328f03

Browse files
committed
chore(ci): Ignore patch version in MSRV
1. Its extra churn to be forced to update parch releases 2. #12654 adds `cargo hack` which doesn't handle MSRV patch versions well
1 parent f9335ba commit f328f03

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
@@ -31,6 +31,7 @@
3131
matchPackageNames: [
3232
'latest-msrv',
3333
],
34+
"extractVersion": "^(?<version>\\d+\\.\\d+)", // Drop the patch version
3435
schedule: [
3536
'* * * * *',
3637
],

0 commit comments

Comments
 (0)