We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f3d74 commit 836e704Copy full SHA for 836e704
renovate.json5
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "branchPrefix": "renovate/",
4
+ "extends": [
5
+ "config:recommended",
6
+ "github>coveo/renovate//presets/coveo-defaults.json5",
7
+ "schedule:earlyMondays",
8
+ "group:allNonMajor"
9
+ ],
10
+ "prConcurrentLimit": 3,
11
+ "prHeader": "DT-5590 <- Put your own jira issue here by setting the `prHeader` value in your renovate config",
12
+ "rebaseWhen": "auto"
13
+}
0 commit comments