renovate: have version changing package rules before grouping
All checks were successful
/ Ansible Lint (push) Successful in 2m13s
All checks were successful
/ Ansible Lint (push) Successful in 2m13s
They (at least the pretalx one) currently don't work, so try having them first.
This commit is contained in:
parent
fe647da3bf
commit
d3c414adbf
1 changed files with 10 additions and 10 deletions
|
|
@ -19,6 +19,16 @@
|
|||
"galaxy-roles/**"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
},
|
||||
// Create a package rule for grouping all stable non-major dependency updates together.
|
||||
// A combination of/inspired by:
|
||||
// https://docs.renovatebot.com/presets-group/#groupallnonmajor
|
||||
|
|
@ -31,16 +41,6 @@
|
|||
"minor",
|
||||
"patch"
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue