Compare commits
3 commits
a1891a9988
...
0788fde69d
| Author | SHA1 | Date | |
|---|---|---|---|
| 0788fde69d | |||
|
f345ff5e00 |
|||
|
e98f6d68bd |
1 changed files with 4 additions and 4 deletions
|
|
@ -30,19 +30,19 @@
|
|||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch"
|
||||
],
|
||||
"matchJsonata": ["isBreaking != true"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"groupName": null
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"isBreaking": true
|
||||
"groupName": null
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue