mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-27 01:04:39 +01:00
16 lines
369 B
Plaintext
16 lines
369 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackagePatterns": ["kopia"],
|
|
"allowedVersions": "<10"
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackagePatterns": ["postgresql", "postgres-backup-local"],
|
|
"allowedVersions": "<16"
|
|
}
|
|
]
|
|
}
|