Skip to content

Commit c518825

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 aa7676a commit c518825

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: .github/dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ updates:
4343
labels:
4444
- "topic: infrastructure"
4545

46+
- package-ecosystem: npm
47+
directory: /
48+
assignees:
49+
- per1234
50+
open-pull-requests-limit: 100
51+
schedule:
52+
interval: daily
53+
labels:
54+
- "topic: infrastructure"
55+
4656
- package-ecosystem: pip
4757
directory: /
4858
assignees:

0 commit comments

Comments
 (0)