We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b84b7 commit d329da1Copy full SHA for d329da1
.github/dependabot.yml
@@ -6,6 +6,9 @@ updates:
6
directory: "/packages/create-cloudflare/src/frameworks"
7
schedule:
8
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"
12
versioning-strategy: increase
13
# the following is used to add the [C3] prefix to the PR title,
14
# we override the commit message but setting a prefix like this
@@ -33,6 +36,7 @@ updates:
33
36
- "@cloudflare/workers-types"
34
37
35
38
interval: "daily"
39
+ time: "06:00" # the workerd release starts at 00:30 UTC each day
40
41
assignees:
42
- "@cloudflare/wrangler"
0 commit comments