Skip to content

Commit 7fc1475

Browse files
committed
chore: set dependabot to only give us PRs on mondays
Due to the volume of PRs received, and the time wasted due to rebasing/waiting for CI, we decided to batch the dependabot PRs on monday, merge each of them onto a temporary branch, and the only merge that branch to main. Also increases the PR limit so that we definitely get ALL dependabot PRs on monday (and dont start falling behind because it only gives them to us 5 at a time). Signed-off-by: Patrick Roy <[email protected]>
1 parent c774571 commit 7fc1475

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ updates:
33
- package-ecosystem: "cargo"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
day: "monday"
78
labels:
89
- "Status: Awaiting review"
910
allow:
1011
- dependency-type: "all"
12+
open-pull-request-limit: 100

0 commit comments

Comments
 (0)