Created
December 29, 2023 08:54
-
-
Save mis4s/352b49823a00dd825fa24cb3fc73aa49 to your computer and use it in GitHub Desktop.
Renovate for Flux for all arr (hotio) + plex + qbittorrent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | |
"flux": { | |
"fileMatch": [ | |
"\\.yaml$", | |
"\\.yml$" | |
] | |
}, | |
"packageRules": [ | |
{ | |
"matchPackageNames": [ | |
"ghcr.io/hotio/bazarr" | |
], | |
"versioning": "regex:^release-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$" | |
}, | |
{ | |
"matchPackageNames": [ | |
"ghcr.io/hotio/lidarr", | |
"ghcr.io/hotio/radarr", | |
"ghcr.io/hotio/prowlarr", | |
"ghcr.io/hotio/sonarr" | |
], | |
"versioning": "regex:^release-(?<major>\\d+).(?<minor>\\d+).(?<patch>\\d+)\\.(?<revision>\\d+)$" | |
}, | |
{ | |
"matchPackageNames": [ | |
"ghcr.io/hotio/readarr" | |
], | |
"versioning": "regex:^testing-(?<major>\\d+).(?<minor>\\d+).(?<patch>\\d+)\\.(?<revision>\\d+)$" | |
}, | |
{ | |
"matchPackageNames": [ | |
"ghcr.io/hotio/whisparr" | |
], | |
"versioning": "regex:^nightly-(?<major>\\d+).(?<minor>\\d+).(?<patch>\\d+)\\.(?<revision>\\d+)$" | |
}, | |
{ | |
"matchPackageNames": [ | |
"plexinc/pms-docker" | |
], | |
"versioning": "regex:^(?<major>\\d+).(?<minor>\\d+).(?<patch>\\d+)\\.(?<revision>\\d+)-.*$" | |
}, | |
{ | |
"matchPackageNames": [ | |
"ghcr.io/linuxserver/qbittorrent" | |
], | |
"allowedVersions": "<=4" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤩