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