From d85cee0fb2ec218163f4372be97d644035613d37 Mon Sep 17 00:00:00 2001 From: axeII <13370338+axeII@users.noreply.github.com> Date: Wed, 31 Jan 2024 11:41:38 +0100 Subject: [PATCH] feat: adds new automerge rules --- .github/renovate.json5 | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8b5cc5f9f..f621c7268 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -60,11 +60,25 @@ "commitMessageSuffix": "", // package rules "packageRules": [ - // automerge { - "description": [ - "Auto merge Github Actions" + "description": "Auto merge container digests", + "matchDatasources": [ + "docker" + ], + "automerge": true, + "automergeType": "branch", + "matchUpdateTypes": [ + "digest" ], + "matchPackagePrefixes": [ + "ghcr.io/onedr0p", + "ghcr.io/bjw-s" + ], + "ignoreTests": true + }, + // automerge + { + "description": "Auto merge Github Actions", "matchManagers": [ "github-actions" ], @@ -77,9 +91,7 @@ }, // groups { - "description": [ - "Flux Group" - ], + "description": "Flux Group", "groupName": "Flux", "matchPackagePatterns": [ "flux" @@ -96,9 +108,7 @@ }, // custom versioning { - "description": [ - "Use custom versioning for k0s/k3s" - ], + "description": "Use custom versioning for k0s/k3s", "matchDatasources": [ "github-releases" ], @@ -355,9 +365,7 @@ "customManagers": [ { "customType": "regex", - "description": [ - "Process custom dependencies" - ], + "description": "Process custom dependencies", "fileMatch": [ "(^|/).taskfiles/.+\\.ya?ml$", "(^|/)ansible/.+\\.ya?ml(\\.j2)?$",