Skip to content

Commit 082bf3e

Browse files
committed
attempt to enable Renovate automerge...
1 parent 9edcf5f commit 082bf3e

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.github/renovate.json5

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
timezone: "Europe/Amsterdam",
34
extends: [
45
"config:base"
56
],
@@ -17,7 +18,7 @@
1718
ignoreTests: false,
1819
packageRules: [
1920
{
20-
description: "automerge all but major releases",
21+
description: "auto-merge all but major releases",
2122
matchUpdateTypes: [
2223
"minor",
2324
"patch",
@@ -28,19 +29,20 @@
2829
}
2930
],
3031
schedule: [
31-
"after 10am on the first day of the month",
32+
//"after 10am on the first day of the month",
33+
"after 6am"
3234
],
3335
stabilityDays: 14,
34-
suppressNotifications: [
35-
// "artifactErrors",
36-
// "branchAutomergeFailure",
37-
// "configErrorIssue",
38-
// "deprecationWarningIssues",
39-
// "lockFileErrors",
40-
// "onboardingClose",
41-
// "prEditedNotification",
42-
// "prIgnoreNotification",
43-
],
36+
// suppressNotifications: [
37+
// "artifactErrors",
38+
// "branchAutomergeFailure",
39+
// "configErrorIssue",
40+
// "deprecationWarningIssues",
41+
// "lockFileErrors",
42+
// "onboardingClose",
43+
// "prEditedNotification",
44+
// "prIgnoreNotification",
45+
// ],
4446
prCreation: "status-success",
4547
semanticCommits: "disabled",
4648
}

0 commit comments

Comments
 (0)