Merge pull request #127 from ipfs/chode/dependabot

chore: add dependabot config
This commit is contained in:
Chris Waring
2021-04-12 15:33:27 +01:00
committed by GitHub

12
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
# 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: 'daily'
commit-message:
prefix: 'chore'
include: 'scope'