We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d4e79 commit d4f70baCopy full SHA for d4f70ba
1 file changed
renovate.json
@@ -2,5 +2,17 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:recommended"
5
+ ],
6
+ /*
7
+ * Avoid churn
8
+ */
9
+ "prConcurrentLimit": 5,
10
+ "prHourlyLimit": 2,
11
12
+ * Make failures obvious instead of retrying forever
13
14
+ "rebaseWhen": "conflicted",
15
+ "gitIgnoredAuthors": [
16
+ "renovate[bot]@users.noreply.github.com"
17
]
-}
18
+}
0 commit comments