mirror of
https://github.com/openziti/zrok.git
synced 2024-11-25 09:33:43 +01:00
15 lines
365 B
YAML
15 lines
365 B
YAML
|
version: 2
|
||
|
updates:
|
||
|
# bump the ziti CLI version that is built into the zrok CLI image
|
||
|
- package-ecosystem: docker
|
||
|
directory: "/docker/images/zrok"
|
||
|
schedule:
|
||
|
interval: weekly
|
||
|
open-pull-requests-limit: 20
|
||
|
groups:
|
||
|
all:
|
||
|
applies-to: version-updates
|
||
|
update-types:
|
||
|
- "major"
|
||
|
- "minor"
|
||
|
- "patch"
|