Skip to content

Commit 2b45794

Browse files
authored
Merge pull request #2488 from OpenC3/dependabot
Add npm to dependabot.yml
2 parents 0c89ace + fd1c4e0 commit 2b45794

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
- package-ecosystem: "npm"
9+
directories: # Location of package manifests
10+
- "/openc3-cosmos-init/plugins/*"
11+
- "/playwright/*"
12+
- "/docs.openc3.com/*"
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)