We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b478b52 commit 205253bCopy full SHA for 205253b
renovate.json5
@@ -0,0 +1,23 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "branchPrefix": "renovate/",
4
+ "dependencyDashboard": true,
5
+ "extends": [
6
+ "config:base",
7
+ "helpers:pinGitHubActionDigests",
8
+ "schedule:earlyMondays",
9
+ "group:allNonMajor"
10
+ ],
11
+ "labels": [
12
+ "dependency update",
13
+ "bot"
14
15
+ "prConcurrentLimit": 3,
16
+ "prHeader": "DT-5590 <- Put your own jira issue here by setting the `prHeader` value in your renovate config",
17
+ "rebaseWhen": "auto",
18
+ "reviewersFromCodeOwners": true,
19
+ "suppressNotifications": [
20
+ "prIgnoreNotification"
21
22
+ "timezone": "America/Toronto"
23
+}
0 commit comments