diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..e39c53d --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,23 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "branchPrefix": "renovate/", + "dependencyDashboard": true, + "extends": [ + "config:recommended", + "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" +}