Skip to content

Commit

Permalink
Configure renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
dotboris committed Sep 5, 2023
1 parent 1645961 commit 1a7d35a
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"branchPrefix": "renovate/",
"dependencyDashboard": true,
"extends": [
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:base",
"helpers:pinGitHubActionDigests",
"schedule:earlyMondays",
"group:allNonMajor"
"group:allNonMajor",
],
"labels": [
"dependency update",
"bot"

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",
],
"prConcurrentLimit": 3,
"prHeader": "DT-5590 <- Put your own jira issue here by setting the `prHeader` value in your renovate config",
"rebaseWhen": "auto",
"reviewersFromCodeOwners": true,
"suppressNotifications": [
"prIgnoreNotification"
],
"timezone": "America/Toronto"
}

0 comments on commit 1a7d35a

Please sign in to comment.