Skip to content

Commit

Permalink
Configure Renovate (#403)
Browse files Browse the repository at this point in the history
* Add renovate.json5

* Configure renovate

---------

Co-authored-by: renovate-coveooss <382603+renovate-coveooss[bot]@users.noreply.github.com>
Co-authored-by: Boris Bera <bbera@coveo.com>
  • Loading branch information
3 people authored Sep 5, 2023
1 parent c3fecbc commit fa26056
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -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",
],
}

0 comments on commit fa26056

Please sign in to comment.