Skip to content

Commit

Permalink
Merge pull request #19 from rdimitrov/dimitrovr/add-dependabot
Browse files Browse the repository at this point in the history
feat: add dependabot for monitoring Go and GitHub Actions dependencies
  • Loading branch information
adityasaky committed May 30, 2022
2 parents edec85b + aec78b7 commit ca1f07d
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 ca1f07d

Please sign in to comment.