making renovate more powerful

This commit is contained in:
2025-05-25 17:19:29 +02:00
parent 16afeded5d
commit 93e0879bc9
2 changed files with 21 additions and 1 deletions

10
apps/immich/renovate.json Normal file
View File

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