Skip to content

Commit

Permalink
ci: update dependabot config (#331)
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 90ed86b commit b802b2c
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
version: 2

updates:
- package-ecosystem: gomod
directory: /
- package-ecosystem: "gomod"
directory: "/"
labels:
- "area/dependencies"
schedule:
interval: daily
interval: "weekly"
day: "sunday"
time: "16:00"
open-pull-requests-limit: 10
groups:
auth:
patterns:
- "github.com/hashicorp/vault/api/auth"

- package-ecosystem: github-actions
directory: /
- 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 b802b2c

Please sign in to comment.