Skip to content

Commit

Permalink
chore: add dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
  • Loading branch information
aramase committed Oct 13, 2022
1 parent 97d3452 commit 762f81f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
- package-ecosystem: "gomod"
directory: "/hack/tools"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"

0 comments on commit 762f81f

Please sign in to comment.