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