make renovate configs more restrictive in their scope

This commit is contained in:
2025-11-03 17:43:57 +01:00
parent d1653685a5
commit 6139093a40
2 changed files with 10 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
{ {
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackagePrefixes": ["ghcr.io/immich-app/"], "matchPackagePrefixes": ["ghcr.io/immich-app/"],
"groupName": "Immich containers", "groupName": "Immich containers",
"groupSlug": "immich-app-images" "groupSlug": "immich-app-images"
} }
] ]
} }

View File

@@ -8,6 +8,7 @@
"packageRules": [ "packageRules": [
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackageNames": ["git.kluster.moll.re/remoll/dns"],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-build.(?<build>\\d+)$" "versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)-build.(?<build>\\d+)$"
} }
] ]