Skip to content

Commit

Permalink
Update dependabot for new folder structure (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
brizental committed Mar 18, 2021
1 parent 3ad78d0 commit 5c4524e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
directory: "/glean"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/samples/web-extension"
directory: "/samples/web-extension/typescript"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/samples/web-extension/javascript"
schedule:
interval: "daily"
- package-ecosystem: "pip"
Expand Down

0 comments on commit 5c4524e

Please sign in to comment.