Skip to content

Commit b901bd4

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 5fa45b5 commit b901bd4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ updates:
1414
labels:
1515
- "topic: infrastructure"
1616

17+
- package-ecosystem: npm
18+
assignees:
19+
- per1234
20+
directory: /
21+
schedule:
22+
interval: daily
23+
labels:
24+
- "topic: infrastructure"
25+
1726
- package-ecosystem: pip
1827
assignees:
1928
- per1234

0 commit comments

Comments
 (0)