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 }, {