We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11760a4 commit d08450bCopy full SHA for d08450b
renovate.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "automerge": false,
4
+ "dependencyDashboard": true,
5
+ "ignoreDeps": [],
6
+ "labels": ["dependencies"],
7
+ "postUpdateOptions": ["yarnDedupeHighest"],
8
+ "prConcurrentLimit": 30,
9
+ "prHourlyLimit": 0,
10
+ "rebaseWhen": "conflicted",
11
+ "schedule": "on sunday before 6:00am",
12
+ "timezone": "UTC"
13
+}
vercel.json
@@ -1,3 +1,3 @@
{
- "installCommand": "pnpm i -g bun && bun i"
+ "installCommand": "/bun1/bun install"
}
0 commit comments