Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit d18ed91

Browse files
author
JWittmeyer
committed
Adds .github - dependabot yml
1 parent 32181c0 commit d18ed91

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Specify location of manifest files for each package manager
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "npm"
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
9+
open-pull-requests-limit: 5
10+
pull-request-branch-name:
11+
separator: "-"

0 commit comments

Comments
 (0)