dc-immich/renovate.json
2023-12-03 12:05:44 +01:00

11 lines
260 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["local>renovate/renovate"],
"ignoreTests": true,
"packageRules": [
{
"groupName": "Immich",
"matchPackagePrefixes": ["ghcr.io/immich-app/immich"]
}
]
}