build: add Dependabot config (#1811)
This commit is contained in:
Родитель
6bdb2a96a9
Коммит
765e8f2554
|
@ -0,0 +1,11 @@
|
|||
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)
|
||||
schedule:
|
||||
interval: "daily"
|
||||
ignore:
|
||||
- dependency-name: aws-sdk
|
Загрузка…
Ссылка в новой задаче