Skip to content

Commit

Permalink
chore: add gomod ecosystems to dependabot
Browse files Browse the repository at this point in the history
Similar to claircore, add the go.mod files in the project to
dependabot.

Signed-off-by: crozzy <joseph.crosland@gmail.com>
  • Loading branch information
crozzy committed May 3, 2023
1 parent 8174e95 commit bd0488e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/config"
schedule:
interval: "weekly"

0 comments on commit bd0488e

Please sign in to comment.