Skip to content

Commit

Permalink
ci: add gomod to dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
  • Loading branch information
lucasfcnunes committed Sep 26, 2024
1 parent a799fda commit de6fe99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,13 @@ updates:
- "k3s-io/k3s-dev"
schedule:
interval: "weekly"

# Maintain dependencies for Go
- package-ecosystem: "gomod"
directory: "/"
labels:
- "kind/dependabot"
reviewers:
- "k3s-io/k3s-dev"
schedule:
interval: "weekly"

0 comments on commit de6fe99

Please sign in to comment.