From 4f89e95d93504ec771486c1044638578267551a0 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Wed, 15 Oct 2025 21:35:29 +0200 Subject: [PATCH] renovate update to match my selfhosted container --- infrastructure/external-dns/renovate.json | 8 ++++++++ renovate.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 infrastructure/external-dns/renovate.json diff --git a/infrastructure/external-dns/renovate.json b/infrastructure/external-dns/renovate.json new file mode 100644 index 0000000..891bba6 --- /dev/null +++ b/infrastructure/external-dns/renovate.json @@ -0,0 +1,8 @@ +{ + "hostRules": [ + { + "hostType": "docker", + "matchHost": "git.kluster.moll.re", + } + ] +} diff --git a/renovate.json b/renovate.json index 205e817..8f672d0 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "dependencyDashboard": true, "extends": [ - "local>remoll/k3s-infra//apps/immich/renovate.json" + "local>remoll/k3s-infra//apps/immich/renovate.json", + "local>remoll/k3s-infra//infrastructure/external-dns/renovate.json" ], "packageRules": [ {