Skip to content

Commit 5d7c385

Browse files
[Ignore] slow down dependabot (#1918)
1 parent fca73e6 commit 5d7c385

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
@@ -6,10 +6,10 @@ update_configs:
66
# Looks at the sln file in the root
77
- package_manager: "javascript"
88
directory: "/"
9-
update_schedule: "live"
9+
update_schedule: "weekly"
1010

1111
# Will also update legacy branch
1212
- package_manager: "javascript"
1313
directory: "/"
14-
update_schedule: "live"
14+
update_schedule: "weekly"
1515
target_branch: "legacy/1.x"

0 commit comments

Comments
 (0)