Browse Source

Add npm check

pull/60/head
Fuzzy 5 years ago
committed by GitHub
parent
commit
6c5a527c05
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/dependabot.yml

8
.github/workflows/dependabot.yml

@ -9,3 +9,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
# 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"

Loading…
Cancel
Save