Skip to content

Commit

Permalink
feat(dependabot): add support for github-actions ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Sep 14, 2020
1 parent a8aa516 commit 58bc666
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
Expand Up @@ -14,3 +14,17 @@ updates:
prefix: fix
prefix-development: chore
include: scope
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: '21:00'
open-pull-requests-limit: 10
reviewers:
- vinayakkulkarni
assignees:
- vinayakkulkarni
commit-message:
prefix: fix
prefix-development: chore
include: scope

0 comments on commit 58bc666

Please sign in to comment.