Skip to content

Commit 2d03ed0

Browse files
authored
Update dependabot.yml (#7527)
1 parent 8af3365 commit 2d03ed0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ version: 2
22
updates:
33
# Automatically check for updates in framework CLIs for C3
44
- package-ecosystem: "npm"
5+
open-pull-requests-limit: 10
56
directory: "/packages/create-cloudflare/src/frameworks"
67
schedule:
7-
# Note: this interval is likely going to be too short and create
8-
# too much noise, we are just setting it as daily for the time
9-
#  being to test the efficacy of the solution, we shall set it
10-
# to "weekly" after a testing period of 1/2 weeks
11-
interval: "daily"
8+
interval: "weekly"
129
versioning-strategy: increase
1310
# the following is used to add the [C3] prefix to the PR title,
1411
# we override the commit message but setting a prefix like this

0 commit comments

Comments
 (0)