Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce17 authored Jan 6, 2022
1 parent ee5f391 commit 7ab2a62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ updates:
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for NPM
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
# Allow only checks against production dependencies (ignores all devDependencies)
- dependency-type: "production"

0 comments on commit 7ab2a62

Please sign in to comment.