Skip to content

Commit

Permalink
ci: update dependabot config (#50)
Browse files Browse the repository at this point in the history
* ci: update dependabot config

Signed-off-by: Bence Csati <[email protected]>

* ci: update dependabot config

Signed-off-by: Bence Csati <[email protected]>

---------

Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 authored May 9, 2024
1 parent d04011d commit 6c526cd
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,25 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
labels:
- "area/dependencies"
schedule:
interval: "weekly"
day: "sunday"
time: "16:00"
open-pull-requests-limit: 10
groups:
k8s:
k8s.io:
patterns:
- "k8s.io/api"
- "k8s.io/apimachinery"
- "k8s.io/client-go"
- "k8s.io/*"
sigs.k8s.io:
patterns:
- "sigs.k8s.io/*"

- package-ecosystem: "docker"
directory: "/"
labels:
- "area/dependencies"
schedule:
interval: "weekly"
day: "sunday"
Expand All @@ -25,6 +30,8 @@ updates:

- package-ecosystem: "github-actions"
directory: "/"
labels:
- "area/dependencies"
schedule:
interval: "weekly"
day: "sunday"
Expand Down

0 comments on commit 6c526cd

Please sign in to comment.