Skip to content

Commit 205253b

Browse files
author
renovate-coveooss
committed
Add renovate.json5
1 parent b478b52 commit 205253b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

renovate.json5

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"branchPrefix": "renovate/",
4+
"dependencyDashboard": true,
5+
"extends": [
6+
"config:base",
7+
"helpers:pinGitHubActionDigests",
8+
"schedule:earlyMondays",
9+
"group:allNonMajor"
10+
],
11+
"labels": [
12+
"dependency update",
13+
"bot"
14+
],
15+
"prConcurrentLimit": 3,
16+
"prHeader": "DT-5590 <- Put your own jira issue here by setting the `prHeader` value in your renovate config",
17+
"rebaseWhen": "auto",
18+
"reviewersFromCodeOwners": true,
19+
"suppressNotifications": [
20+
"prIgnoreNotification"
21+
],
22+
"timezone": "America/Toronto"
23+
}

0 commit comments

Comments
 (0)