Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 836e704

Browse files
author
renovate-coveo
committedJan 31, 2024
Add renovate.json5
1 parent 89f3d74 commit 836e704

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎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)
Please sign in to comment.