From 86c1cdfa533b462d9f919393a598b792e8ccddaa Mon Sep 17 00:00:00 2001 From: renovate-coveooss <382603+renovate-coveooss[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:34:15 +0000 Subject: [PATCH] Add renovate.json5 --- renovate.json5 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 renovate.json5 diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..925e432 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,23 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "branchPrefix": "renovate/", + "dependencyDashboard": true, + "extends": [ + "config:base", + "helpers:pinGitHubActionDigests", + "schedule:earlyMondays", + "group:allNonMajor" + ], + "labels": [ + "dependency update", + "bot" + ], + "prConcurrentLimit": 3, + "prHeader": "DT-5590 <- Put your own jira issue here by setting the `prHeader` value in your renovate config", + "rebaseWhen": "auto", + "reviewersFromCodeOwners": true, + "suppressNotifications": [ + "prIgnoreNotification" + ], + "timezone": "America/Toronto" +}