Merge pull request #286 from MrBrain295/patch-2

Create dependabot.yml
This commit is contained in:
MH_ProDev 2022-03-20 20:44:10 +03:30 committed by GitHub
commit ee8dd0c4c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"