From 2a7aba6ac2885bdbd491fbc868faa1260e00a8c9 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:01:46 +0100 Subject: [PATCH] ci: activate automerge for github action digest update Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/renovate.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index dcf33d8..292e4ba 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -17,12 +17,22 @@ ], "packageRules": [ { + "description": "Automerge pin updates for GitHub Actions", "matchDatasources": [ "github-actions" ], + "matchDepTypes": [ + "action" + ], + "matchUpdateTypes": [ + "pin", + "digest", + "pinDigest" + ], "labels": [ "A-ci" - ] + ], + "automerge": true }, { "matchDatasources": [