Skip to content

Commit

Permalink
GitHub: Improve Dependabot. (#12038)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Ebert <[email protected]>
  • Loading branch information
k8s-infra-cherrypick-robot and Gacko authored Sep 30, 2024
1 parent acdbd39 commit d70c251
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Expand All @@ -10,32 +9,35 @@ updates:
- "release-note-none"
- "ok-to-test"
groups:
all:
actions:
update-types:
- "minor"
- "patch"
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: "docker"
directories:
- "**/rootfs"
schedule:
interval: "weekly"
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
groups:
all:
docker:
update-types:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/images"
- package-ecosystem: "gomod"
directories:
- "/"
- "**/rootfs"
schedule:
interval: "weekly"
labels:
- "area/dependency"
- "release-note-none"
- "ok-to-test"
groups:
actions:
go:
update-types:
- "minor"
- "patch"

0 comments on commit d70c251

Please sign in to comment.