Skip to content

Commit

Permalink
[deps] Configure dependabot for npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Jul 5, 2021
1 parent fa72827 commit 9403711
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ version: 2
updates:
- package-ecosystem: "bundler"
vendor: true
directory: "/" # Location of package manifests
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "npm"
vendor: false
directory: "/_plugins"
schedule:
interval: "weekly"

0 comments on commit 9403711

Please sign in to comment.