renovate: add custom package rule for pretix calendar versioning
Add custom package rule accounting for pretix calendar versioning to not have Renovate classify month updates as minor version updates, but major version updates instead.
This commit is contained in:
parent
78a6be6f5d
commit
d0d517d97d
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
|||
"minor",
|
||||
"patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
}
|
||||
],
|
||||
"docker-compose": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue