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",
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"docker:pinDigests"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": [
|
||||
"docker"
|
||||
],
|
||||
"matchPackageNames": [
|
||||
"node"
|
||||
],
|
||||
"versionCompatibility": "^(?<version>[^-]+)(?<compatibility>-.*)?$",
|
||||
"versioning": "node"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
"extends": ["local>immich-app/.github:renovate-config"],
|
||||
"schedule": "on tuesday"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user