Skip to content

Commit 2c3e66f

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 869cb97 commit 2c3e66f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ 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"
1420
- package-ecosystem: pip
1521
directory: /
1622
schedule:

0 commit comments

Comments
 (0)