Skip to content

Commit d08450b

Browse files
🔧 chore: Add renovate
1 parent 11760a4 commit d08450b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

renovate.json

+13
Original file line numberDiff line numberDiff line change
@@ -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-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"installCommand": "pnpm i -g bun && bun i"
2+
"installCommand": "/bun1/bun install"
33
}

0 commit comments

Comments
 (0)