Skip to content

Commit 711b3af

Browse files
Update dependabot.yml
1 parent f15c648 commit 711b3af

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
31
# Please see the documentation for all configuration options:
42
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
63
version: 2
74
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
5+
- package-ecosystem: "npm"
6+
directory: "/" # Location of package.json
107
schedule:
118
interval: "weekly"

0 commit comments

Comments
 (0)