Create dependabot.yml

This commit is contained in:
Gabe 2022-03-20 10:56:34 -05:00 committed by GitHub
parent ee4f2a2a4c
commit b888108e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,11 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "pip"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"
labels:
- "dependencies"