Skip to content

Commit f9cf150

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 8518db1 commit f9cf150

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ updates:
1111
interval: daily
1212
labels:
1313
- "topic: infrastructure"
14+
- package-ecosystem: npm
15+
directory: /
16+
schedule:
17+
interval: daily
18+
labels:
19+
- "topic: infrastructure"

0 commit comments

Comments
 (0)