Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

Commit 0c99d17

Browse files
committed
add dependabot config
1 parent 1b98961 commit 0c99d17

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.dependabot/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: "javascript"
4+
update_schedule: "daily"
5+
directory: "."
6+
default_assignees:
7+
- "HugoDF"
8+
automerged_updates:
9+
- match:
10+
dependency_type: "all"
11+
update_type: "all"

0 commit comments

Comments
 (0)