From 4f2646063d2deabab034c934d1dba9a980fb3a3d Mon Sep 17 00:00:00 2001 From: Timo Notheisen <65653426+tnotheis@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:23:31 +0100 Subject: [PATCH] Ignore backbone docker images in renovate config after rename (#987) --- .github/renovate.json5 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4a53eb10d4..c3d8425e06 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -22,7 +22,14 @@ { // the docker images in this list are created and used by our pipelines and can therefore not to be updated by renovate matchDatasources: ["docker"], - packageNames: ["consumer-api", "admin-ui", "event-handler-service", "sse-server", "database-migrator", "admin-cli"], + packageNames: [ + "ghcr.io/nmshd/backbone-consumer-api", + "ghcr.io/nmshd/backbone-admin-ui", + "ghcr.io/nmshd/backbone-event-handler", + "ghcr.io/nmshd/backbone-sse-server", + "ghcr.io/nmshd/backbone-database-migrator", + "ghcr.io/nmshd/backbone-admin-cli" + ], enabled: false }, {