15 lines
287 B
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{/,}**"
|
|
]
|
|
}
|
|
]
|
|
}
|