Skip to content

Commit

Permalink
🔧 chore: Add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 13, 2023
1 parent 11760a4 commit d08450b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"installCommand": "pnpm i -g bun && bun i"
"installCommand": "/bun1/bun install"
}

0 comments on commit d08450b

Please sign in to comment.