Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 51462af

Browse files
authored
chore: install dependabot (#872)
* include target branch * update lables
1 parent 5447357 commit 51462af

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.dependabot/config.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 1
2+
3+
update_configs:
4+
target_branch: "develop"
5+
6+
# Keep package.json (& lockfiles) up to date weekly
7+
- package_manager: "javascript"
8+
directory: "/"
9+
update_schedule: "weekly"
10+
11+
default_labels:
12+
- "dependencies"
13+
- "dependabot"

0 commit comments

Comments
 (0)