Skip to content

Commit

Permalink
Merge pull request #261 from coveooss/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
dotboris committed Sep 5, 2023
2 parents 8b8b795 + 527d921 commit 991db54
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @coveooss/dev-tooling
27 changes: 0 additions & 27 deletions .github/dependabot.yml

This file was deleted.

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 991db54

Please sign in to comment.