From 946c335bd86f0953dfe81c3abfa6ed412c8d0c27 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:59:52 +0100 Subject: [PATCH] ci: activate automerge for github action digest update Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/renovate.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 698a655..e4c3fa5 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 } ] -} +} \ No newline at end of file