From d284d1e5a5805000905270200d9b6763d08db93f Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 20 Sep 2023 08:56:04 -0500 Subject: [PATCH] chore(ci): Experiment with dropping MSRV patch --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index dfa6ce80..22a2e5fc 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -37,6 +37,9 @@ //minimumReleaseAge: '252 days', // 6 releases * 6 weeks per release * 7 days per week //internalChecksFilter: 'strict', "extractVersion": "^(?\\d+\\.\\d+)", // Drop the patch version + schedule: [ + '* * * * *', + ], }, // Goals: // - Keep version reqs low, ignoring compatible normal/build dependencies