Skip to content

Commit

Permalink
Add renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveooss committed Dec 6, 2023
1 parent 90cc6fb commit c1d3f7a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"branchPrefix": "renovate/",
"dependencyDashboard": true,
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests",
"schedule:earlyMondays",
"group:allNonMajor"
],
"labels": [
"dependency update",
"bot"
],
"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 c1d3f7a

Please sign in to comment.