Skip to content

Commit

Permalink
ci(dependabot): enable dependabot for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhck authored Nov 17, 2020
1 parent 2d15fe3 commit 7bc6f18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ updates:
- "npm"
- "dependencies"
open-pull-requests-limit: 10
- package-ecosystem: "npm" # See documentation for possible values
directory: "/docs" # Location of package manifests
schedule:
interval: "daily"
commit-message:
prefix: "build(deps): "
labels:
- "npm"
- "dependencies"
open-pull-requests-limit: 10

0 comments on commit 7bc6f18

Please sign in to comment.