From 821b1c2e65e95996257d6111ab0ab96e3638b464 Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Tue, 10 Sep 2024 08:32:58 -0700 Subject: [PATCH] ci: Allow automatic merging of digest updates (#88) --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 3ed3ef3a..bd692be5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -77,8 +77,9 @@ { "additionalBranchPrefix": "automerge/", "automerge": true, - "description": "Automatically merge all patch updates", + "description": "Automatically merge all patch and digest updates", "matchUpdateTypes": [ + "digest", "patch" ] },