From 6139093a40dda7f5695846887708b7083d95508b Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 3 Nov 2025 17:43:57 +0100 Subject: [PATCH] make renovate configs more restrictive in their scope --- apps/immich/renovate.json | 18 +++++++++--------- infrastructure/external-dns/renovate.json | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/apps/immich/renovate.json b/apps/immich/renovate.json index 89e5495..aea3997 100644 --- a/apps/immich/renovate.json +++ b/apps/immich/renovate.json @@ -1,10 +1,10 @@ { - "packageRules": [ - { - "matchDatasources": ["docker"], - "matchPackagePrefixes": ["ghcr.io/immich-app/"], - "groupName": "Immich containers", - "groupSlug": "immich-app-images" - } - ] - } \ No newline at end of file + "packageRules": [ + { + "matchDatasources": ["docker"], + "matchPackagePrefixes": ["ghcr.io/immich-app/"], + "groupName": "Immich containers", + "groupSlug": "immich-app-images" + } + ] +} diff --git a/infrastructure/external-dns/renovate.json b/infrastructure/external-dns/renovate.json index c794e15..f9c4bb3 100644 --- a/infrastructure/external-dns/renovate.json +++ b/infrastructure/external-dns/renovate.json @@ -8,6 +8,7 @@ "packageRules": [ { "matchDatasources": ["docker"], + "matchPackageNames": ["git.kluster.moll.re/remoll/dns"], "versioning": "regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-build.(?\\d+)$" } ]