dc-immich/renovate.json

15 lines
287 B
JSON

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