mirror of
https://github.com/immich-app/base-images.git
synced 2025-09-10 07:24:16 +02:00
chore: shared renovate configuration (#187)
dep: https://github.com/immich-app/.github/pull/2
This commit is contained in:
@@ -1,23 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["local>immich-app/.github:renovate-config"],
|
||||||
"config:recommended",
|
"schedule": "on tuesday"
|
||||||
"docker:pinDigests"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
|
||||||
{
|
|
||||||
"matchDatasources": [
|
|
||||||
"docker"
|
|
||||||
],
|
|
||||||
"matchPackageNames": [
|
|
||||||
"node"
|
|
||||||
],
|
|
||||||
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
|
||||||
"versioning": "node"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"automerge": true
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user