Skip to content

Commit

Permalink
fix: update dependabot config to support github-actions ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Oct 29, 2020
1 parent eb9f59a commit b2b999e
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
version: 2
updates:
# Fetch and update latest `npm` packages
- package-ecosystem: npm
directory: "/"
directory: '/'
schedule:
interval: daily
time: '00:00'
timezone: Asia/Calcutta
open-pull-requests-limit: 10
reviewers:
- vinayakkulkarni
- vinayakkulkarni
assignees:
- vinayakkulkarni
labels:
- dependencies
- vinayakkulkarni
commit-message:
prefix: fix
prefix-development: chore
include: scope
# Fetch and update latest `github-actions` pkgs
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10
reviewers:
- vinayakkulkarni
assignees:
- vinayakkulkarni
commit-message:
prefix: fix
prefix-development: chore
Expand Down

0 comments on commit b2b999e

Please sign in to comment.