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