From 2af5c34b2d5445e3a917fd35fab025eeedc00536 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 Dec 2022 15:32:14 -0600 Subject: [PATCH] chore: Iterate on renovate --- .github/renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9abd351..d4ea754 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,9 +7,17 @@ // - Have lockfile and manifest in-sync { "matchManagers": ["cargo"], + "matchCurrentVersion": ">=0.1.0", "matchUpdateTypes": ["patch"], "automerge": true, "groupName": "safe", }, + { + "matchManagers": ["cargo"], + "matchCurrentVersion": ">=1.0.0", + "matchUpdateTypes": ["minor"], + "automerge": true, + "groupName": "safe", + }, ], }