11 lines
260 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|