diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..9891f41 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,25 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: [ + "config:base", + "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", + + // go specifics + postUpdateOptions: [ + "gomodTidy", + "gomodUpdateImportPaths", + ], +}