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": [
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["ghcr.io/immich-app/"],
"groupName": "Immich containers",
"groupSlug": "immich-app-images"
}
]
}
"packageRules": [
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["ghcr.io/immich-app/"],
"groupName": "Immich containers",
"groupSlug": "immich-app-images"
}
]
}