From 7a3477b6615586fd75ab1c859c148f91d47c4642 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Sat, 19 Oct 2024 00:55:22 -0500 Subject: [PATCH] change image patches to auto merge --- .github/renovate.json | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 425630dfa..c60c9ab5a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -108,19 +108,6 @@ }, { "description": "Automerge image patches", - "matchDepNames": [ - "ghcr.io/advplyr/audiobookshelf", - "vectorim/element-web", - "bitnami/ghost", - "oci://registry-1.docker.io/bitnamicharts", - "ghcr.io/jellyfin/jellyfin", - "amazon/aws-cli", - "penpotapp/frontend", - "penpotapp/backend", - "penpotapp/exporter", - "ghcr.io/haveagitgat/tdarr", - "ghcr.io/haveagitgat/tdarr_node" - ], "matchUpdateTypes": [ "patch" ], @@ -132,6 +119,23 @@ ], "automerge": true, "automergeType": "branch" + }, + { + "description": "Automerge minor image changes", + "matchDepNames": [ + "amazon/aws-cli" + ], + "matchUpdateTypes": [ + "minor" + ], + "matchDatasources": [ + "docker" + ], + "addLabels": [ + "image" + ], + "automerge": true, + "automergeType": "branch" } ] }