MHDDoS/.github/dependabot.yml

12 lines
311 B
YAML
Raw Normal View History

2022-03-20 23:56:34 +08:00
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"