Skip to content

Commit

Permalink
feat(dependabot): use dependabot instead of preview
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jun 10, 2020
1 parent ede48ec commit 3b65455
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
20 changes: 0 additions & 20 deletions template/.dependabot/config.yml

This file was deleted.

18 changes: 18 additions & 0 deletions template/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: '00:00'
open-pull-requests-limit: 10
reviewers:
- "<%= username %>"
assignees:
- "<%= username %>"
labels:
- dependencies
commit-message:
prefix: fix
prefix-development: chore
include: scope

0 comments on commit 3b65455

Please sign in to comment.