Skip to content

Commit d329da1

Browse files
chore: run dependabot updates outside of busy times (#8821)
1 parent f6b84b7 commit d329da1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ updates:
66
directory: "/packages/create-cloudflare/src/frameworks"
77
schedule:
88
interval: "weekly"
9+
# Don't run these at midday on Mondays, when we are busy trying to land PRs
10+
day: "sunday"
11+
time: "06:00"
912
versioning-strategy: increase
1013
# the following is used to add the [C3] prefix to the PR title,
1114
# we override the commit message but setting a prefix like this
@@ -33,6 +36,7 @@ updates:
3336
- "@cloudflare/workers-types"
3437
schedule:
3538
interval: "daily"
39+
time: "06:00" # the workerd release starts at 00:30 UTC each day
3640
versioning-strategy: increase
3741
assignees:
3842
- "@cloudflare/wrangler"

0 commit comments

Comments
 (0)