setup-ko/.github/dependabot.yml
cpanato b4d3808a8b
group dependabot updates
Signed-off-by: cpanato <ctadeu@gmail.com>
2024-03-27 17:49:53 +01:00

24 lines
424 B
YAML

---
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
groups:
all:
update-types:
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
groups:
all:
update-types:
- "minor"
- "patch"