Skip to content

Commit

Permalink
Merge pull request #1062 from aramase/dependabot
Browse files Browse the repository at this point in the history
chore: add dependabot.yml
  • Loading branch information
k8s-ci-robot authored Oct 13, 2022
2 parents c0b3211 + 762f81f commit 0c21bb1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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 0c21bb1

Please sign in to comment.