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 8af3365 commit 2d03ed0Copy full SHA for 2d03ed0
.github/dependabot.yml
@@ -2,13 +2,10 @@ version: 2
2
updates:
3
# Automatically check for updates in framework CLIs for C3
4
- package-ecosystem: "npm"
5
+ open-pull-requests-limit: 10
6
directory: "/packages/create-cloudflare/src/frameworks"
7
schedule:
- # 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"
+ interval: "weekly"
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
0 commit comments