chore(config): migrate renovate config #93
1 changed files with 6 additions and 2 deletions
|
@ -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{/,}**"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue