We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1bfae commit 032e09fCopy full SHA for 032e09f
.github/renovate.json
@@ -1,7 +1,10 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["local>sanity-io/renovate-config", ":dependencyDashboardApproval"],
+ "extends": ["local>sanity-io/renovate-config"],
4
"ignorePresets": ["github>sanity-io/renovate-config:group-non-major"],
5
+ "schedule": ["before 5am"],
6
+ "prConcurrentLimit": 3,
7
+ "automerge": true,
8
"packageRules": [
9
10
"matchDepTypes": ["devDependencies"],
0 commit comments