chore(config): migrate config renovate.json

This commit is contained in:
renovate 2024-08-05 11:30:58 +00:00
parent 7ea1150654
commit 145c395be0

View file

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