fix(renovate): manage linuxserver versionning correctly (#3038)
This commit is contained in:
parent
2dd034a8b9
commit
c212fcffc4
|
@ -19,6 +19,10 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
packageRules: [
|
||||
{
|
||||
packagePatterns: ["^ghcr.io\\/linuxserver\\/"],
|
||||
versionScheme: "regex:^(?<compatibility>.*?)-(?<major>v?\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)[\\.-]*r?(?<build>\\d+)*-*r?(?<release>\\w+)*"
|
||||
},
|
||||
{
|
||||
managers: ["docker-compose", "dockerfile"],
|
||||
packagePatterns: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user