diff --git a/renovate.json5 b/renovate.json5 index 50ea345fb..4adb2d559 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,7 +1,7 @@ { $schema: "https://docs.renovatebot.com/renovate-schema.json", extends: [ - "config:base", + "github>coveooss/renovate-presets", "schedule:earlyMondays", "group:allNonMajor", ], @@ -20,12 +20,8 @@ ], dependencyDashboard: true, - - branchPrefix: "renovate/", labels: ["dependency update", "bot"], - prConcurrentLimit: 3, prHeader: "Jira: DT-4929", - reviewersFromCodeOwners: true, suppressNotifications: ["prIgnoreNotification"], timezone: "America/Toronto",