Skip to content

Commit f15e8e4

Browse files
authored
Have dependabot update npm packages. NFC (#23713)
1 parent 720e97f commit f15e8e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "github-actions" # See documentation for possible values
8+
- package-ecosystem: "npm"
9+
directory: "/" # Look for `package.json` and `lock` files in the `root` directory
10+
schedule:
11+
interval: "weekly"
12+
13+
- package-ecosystem: "github-actions"
914
directory: "/" # Location of package manifests
1015
schedule:
1116
interval: "weekly"

0 commit comments

Comments
 (0)