Compare commits
1 commit
0788fde69d
...
a1891a9988
| Author | SHA1 | Date | |
|---|---|---|---|
|
a1891a9988 |
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"],
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"groupName": null
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"groupName": null
|
||||
"isBreaking": true
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue