Skip to content

Commit 032e09f

Browse files
authored
chore: enable automatic renovate PRs (#381)
1 parent 3b1bfae commit 032e09f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>sanity-io/renovate-config", ":dependencyDashboardApproval"],
3+
"extends": ["local>sanity-io/renovate-config"],
44
"ignorePresets": ["github>sanity-io/renovate-config:group-non-major"],
5+
"schedule": ["before 5am"],
6+
"prConcurrentLimit": 3,
7+
"automerge": true,
58
"packageRules": [
69
{
710
"matchDepTypes": ["devDependencies"],

0 commit comments

Comments
 (0)