Skip to content

Commit

Permalink
ci: update dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: András Jáky <ajaky@cisco.com>
  • Loading branch information
akijakya committed Feb 7, 2024
1 parent d8e0cb9 commit 2853eef
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 2853eef

Please # to comment.