From f328f036007936453dfd093da41488df9b213fb2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 20 Sep 2023 09:07:48 -0500 Subject: [PATCH] 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 --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index c21d7cfc7ca..f193585dd15 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,6 +31,7 @@ matchPackageNames: [ 'latest-msrv', ], + "extractVersion": "^(?\\d+\\.\\d+)", // Drop the patch version schedule: [ '* * * * *', ],