Skip to content

Commit 9e755e9

Browse files
committed
Fixes #1 issue with DependaBot, maybe...
1 parent 3388833 commit 9e755e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.dependabot/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 1
22
update_configs:
33
- package_manager: "submodules"
44
directory: "/"
5-
update_schedule: "live"
5+
update_schedule: "daily"
66
target_branch: "master"
77

88
default_reviewers:
@@ -12,4 +12,4 @@ update_configs:
1212
- "dependabot"
1313

1414
commit_message:
15-
prefix: ":arrow_up::robot: Updates submodules"
15+
prefix: ":robot:"

0 commit comments

Comments
 (0)