Skip to content

Commit

Permalink
ci: update dependabot config (#365)
Browse files Browse the repository at this point in the history
Signed-off-by: András Jáky <[email protected]>
  • Loading branch information
akijakya authored Feb 9, 2024
1 parent d8e0cb9 commit 5f97189
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,37 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
labels:
- "area/dependencies"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
time: "16:00"
open-pull-requests-limit: 10
groups:
k8s:
patterns:
- "k8s.io/api"
- "k8s.io/apimachinery"
- "k8s.io/client-go"
- "k8s.io/apiextensions-apiserver"

- package-ecosystem: "docker"
directory: "/"
labels:
- "area/dependencies"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
time: "16:00"
open-pull-requests-limit: 10

- package-ecosystem: "github-actions"
directory: "/"
labels:
- "area/dependencies"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
time: "16:00"
open-pull-requests-limit: 10

0 comments on commit 5f97189

Please sign in to comment.