From 31a95a736e18e0dcb39f7ab8a0905a18a7c70200 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 26 Dec 2023 17:58:25 +0100 Subject: [PATCH] ci: activate automerge for github action digest update Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/renovate.json | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index dcf33d8..7a729dc 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": [ @@ -32,11 +42,5 @@ "schedule:weekly" ] } - ], - "lockFileMaintenance": { - "enabled": true, - "extends": [ - "schedule:monthly" - ] - } -} + ] +} \ No newline at end of file