chore(config): migrate config renovate.json
This commit is contained in:
parent
7ea1150654
commit
145c395be0
1 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["local>renovate/renovate"],
|
||||
"extends": [
|
||||
"local>renovate/renovate"
|
||||
],
|
||||
"ignoreTests": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "Immich",
|
||||
"matchPackagePrefixes": ["ghcr.io/immich-app/immich"]
|
||||
"matchPackageNames": [
|
||||
"ghcr.io/immich-app/immich{/,}**"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue