🔧 chore: Add renovate

This commit is contained in:
canisminor1990
2023-09-14 00:30:30 +08:00
parent 11760a428b
commit d08450bb20
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"dependencyDashboard": true,
"ignoreDeps": [],
"labels": ["dependencies"],
"postUpdateOptions": ["yarnDedupeHighest"],
"prConcurrentLimit": 30,
"prHourlyLimit": 0,
"rebaseWhen": "conflicted",
"schedule": "on sunday before 6:00am",
"timezone": "UTC"
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"installCommand": "pnpm i -g bun && bun i"
"installCommand": "/bun1/bun install"
}