This commit is contained in:
parent
fee18bd349
commit
05d8c39b75
1 changed files with 4 additions and 2 deletions
|
|
@ -30,7 +30,8 @@
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"minor",
|
"minor",
|
||||||
"patch"
|
"patch"
|
||||||
]
|
],
|
||||||
|
"matchJsonata": ["isBreaking != true"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
|
|
@ -40,7 +41,8 @@
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||||
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
"matchUpdateTypes": ["minor"],
|
||||||
|
"isBreaking": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue