From 8e52e7cc6eab25c7e659fcbdbc67fc8d245e06d3 Mon Sep 17 00:00:00 2001 From: Elliot Matson <1711604+elliotmatson@users.noreply.github.com> Date: Wed, 14 Jun 2023 17:15:44 -0500 Subject: [PATCH] Update renovate.json --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8525162..537d174 100644 --- a/renovate.json +++ b/renovate.json @@ -14,8 +14,7 @@ "automerge": true }, { - "matchUpdateTypes": ["minor", "patch"], - "matchCurrentVersion": "!/^0/", + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "automerge": true } ]