Skip to content

Commit

Permalink
ci: enable dependabot for go
Browse files Browse the repository at this point in the history
  • Loading branch information
martabal committed Mar 29, 2024
1 parent 42cd1da commit d121f36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "src/"
schedule:
interval: "weekly"
groups:
dev:
dependency-type: "development"
prod:
dependency-type: "production"

0 comments on commit d121f36

Please sign in to comment.