Skip to content

Commit 2d4b9ba

Browse files
committed
Configure Dependabot to check for outdated npm package dependencies
Dependabot will periodically check all npm package dependencies of the project. If any are found to be outdated, it will submit a pull request to update them.
1 parent 30a676e commit 2d4b9ba

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
@@ -10,3 +10,10 @@ updates:
1010
interval: daily
1111
labels:
1212
- "topic: infrastructure"
13+
14+
- package-ecosystem: npm
15+
directory: /
16+
schedule:
17+
interval: daily
18+
labels:
19+
- "topic: infrastructure"

0 commit comments

Comments
 (0)