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" } ] }