Compare commits
3 commits
641236c2fe
...
3bad00a97e
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bad00a97e | |||
|
92601ab9ea |
|||
|
3e0fdfa8de |
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||
"versioning": "regex:^(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["docker.io/pretalx/standalone"],
|
||||
"versioning": "regex:^v(?<major>\\d+\\.\\d+)(?:\\.(?<minor>\\d+))$"
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue