ci: configure automation around dependency management

This commit is contained in:
Kengo TODA
2020-08-27 19:55:46 +08:00
parent 0ad9be7ea4
commit 74c8587e44
2 changed files with 13 additions and 6 deletions

View File

@@ -1,9 +1,10 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
- package-ecosystem: npm
directory: "/"
schedule:
interval: 'daily'
interval: daily
commit-message:
prefix: fix
prefix-development: chore
include: scope