Skip to content

Commit fa36679

Browse files
author
renovate-coveo
committed
Add renovate.json5
1 parent ee7350b commit fa36679

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: renovate.json5

+13
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)