Skip to content

Commit

Permalink
Added dependabot
Browse files Browse the repository at this point in the history
* Added dependabot to keep go dependencies & actions updated.
  • Loading branch information
RadhaKrishna committed Aug 7, 2023
1 parent 6e2be81 commit 8955736
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit 8955736

Please sign in to comment.