Skip to content

Commit

Permalink
Merge pull request #323 from bank-vaults/ci-update-dependabot-config
Browse files Browse the repository at this point in the history
ci: update dependabot config
  • Loading branch information
akijakya authored Feb 7, 2024
2 parents dc1c29a + 1e45037 commit d28e85b
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,29 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
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"

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

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

0 comments on commit d28e85b

Please sign in to comment.