Skip to content

Commit

Permalink
Add gomod to dependabot.yml (#401)
Browse files Browse the repository at this point in the history
In order to update Go module dependencies automatically.

Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Feb 11, 2025
1 parent b8b2f4d commit a92369c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
open-pull-requests-limit: 5
groups:
golang.org/x:
patterns:
- "golang.org/x/*"
ignore:
- dependency-name: "k8s.io/*"
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`
directory: "/"
Expand Down

0 comments on commit a92369c

Please sign in to comment.