Browse Source

Add support for dependabot

pull/388/head
Juan Calderon-Perez 4 years ago
committed by GitHub
parent
commit
aeaa9aa3e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .github/dependabot.yml

12
.github/dependabot.yml

@ -0,0 +1,12 @@
# Basic dependabot.yml file with minimum configuration for npm packages.
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"
Loading…
Cancel
Save