Skip to content

Commit

Permalink
feat: add dependabot for monitoring Go and GitHub Actions dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
  • Loading branch information
rdimitrov committed May 30, 2022
1 parent edec85b commit aec78b7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,22 @@
version: 2
updates:
# Monitor Go dependencies
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
time: "10:00"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10
# Monitor Github Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "10:00"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 10

0 comments on commit aec78b7

Please sign in to comment.