chore: shared renovate configuration (#187)

dep: https://github.com/immich-app/.github/pull/2
This commit is contained in:
bo0tzz
2025-03-24 16:59:33 +01:00
committed by GitHub
parent 31804e929c
commit 4faae948b4

View File

@@ -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
}
]
} }