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 2448a50 commit 7b9078eCopy full SHA for 7b9078e
default.json
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended",
5
+ ":automergePatch",
6
+ ":assignee({{arg0}})",
7
+ ":timezone(Europe/Berlin)",
8
+ "schedule:officeHours",
9
+ "schedule:automergeOfficeHours",
10
+ ":semanticCommits",
11
+ ":label(renovate)",
12
+ ":enableVulnerabilityAlerts"
13
+ ],
14
+ "rebaseWhen": "conflicted"
15
+}
0 commit comments