Skip to content

Commit

Permalink
Dependabot: Also scan example/ and docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Mar 11, 2021
1 parent c875625 commit 305c11f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ updates:
- "dependencies"
- "js"

- package-ecosystem: "npm"
directory: "/example"
schedule:
interval: "daily"
labels:
- "dependencies"
- "js"
- "example"

- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "daily"
labels:
- "dependencies"
- "js"
- "documentation"

- package-ecosystem: "gradle"
directory: "/android/"
schedule:
Expand Down

0 comments on commit 305c11f

Please sign in to comment.