Skip to content

Commit

Permalink
chore: add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zé Bateira authored Jul 1, 2021
1 parent b285d7d commit 9eee7de
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: 'npm' # See documentation for possible values
directory: '/' # Location of package manifests
schedule:
interval: 'weekly'
day: 'monday'
commit-message:
prefix: 'chore'
include: 'scope'
assignees:
- 'zebateira'
labels:
- 'dependencies'

0 comments on commit 9eee7de

Please sign in to comment.