Skip to content

Commit

Permalink
Added gomod config to dependabot
Browse files Browse the repository at this point in the history
* Added gomod config to dependabot to keep go dependencies updated.
  • Loading branch information
RadhaKrishna committed Aug 12, 2023
1 parent 4227917 commit 7a12591
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ updates:
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10

0 comments on commit 7a12591

Please sign in to comment.