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 658842a commit 6fe17e3Copy full SHA for 6fe17e3
renovate.json
@@ -1,7 +1,8 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:recommended"],
4
- "schedule": ["before 3am on Monday"],
+ "minimumReleaseAge": "3 days",
5
"prConcurrentLimit": 4,
6
- "minimumReleaseAge": "3 days"
+ "schedule": ["before 3am on Monday"],
7
+ "updatePinnedDependencies": true
8
}
0 commit comments