mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-26 16:56:33 +01:00
17 lines
484 B
Plaintext
17 lines
484 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"description": "Loose versioning for non-semver packages",
|
|
"matchDatasources": ["docker"],
|
|
"versioning": "loose",
|
|
"matchPackagePatterns": ["qbittorrent"]
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackageNames": ["ghcr.io/linuxserver/calibre"],
|
|
"versioning": "regex:^version-v?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
|
|
}
|
|
]
|
|
}
|