mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-26 08:54:49 +01:00
11 lines
216 B
Plaintext
11 lines
216 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackagePatterns": ["kopia"],
|
|
"allowedVersions": "<10"
|
|
}
|
|
]
|
|
}
|