zrok/.github/dependabot.yml
2024-07-07 18:32:34 -04:00

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"