Skip to content

Commit

Permalink
feat: add gomod to dependabot (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored Aug 9, 2024
1 parent ac2e041 commit fd04757
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
---
version: 2
updates:
# Go dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
groups:
k8s:
patterns:
- "k8s.io/*"
# GitHub actions
- package-ecosystem: "github-actions"
directories:
- "/"
- "/.github/actions/*"
directory: "/"
reviewers:
- "elastic/observablt-ci"
schedule:
interval: "weekly"
day: "sunday"
Expand Down

0 comments on commit fd04757

Please sign in to comment.