chore(renovate): Add custom plex packageRule
This commit is contained in:
parent
448068d6e1
commit
a3765daa9e
1 changed files with 6 additions and 0 deletions
|
|
@ -11,5 +11,11 @@
|
||||||
"prHourlyLimit": 0,
|
"prHourlyLimit": 0,
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"before 6am on Tuesday"
|
"before 6am on Tuesday"
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["plexinc/pms-docker"],
|
||||||
|
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)-(?<revision>[a-f0-9]+)$"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue