File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
$schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3
+ timezone : "Europe/Amsterdam" ,
3
4
extends : [
4
5
"config:base"
5
6
] ,
17
18
ignoreTests : false ,
18
19
packageRules : [
19
20
{
20
- description : "automerge all but major releases" ,
21
+ description : "auto-merge all but major releases" ,
21
22
matchUpdateTypes : [
22
23
"minor" ,
23
24
"patch" ,
28
29
}
29
30
] ,
30
31
schedule : [
31
- "after 10am on the first day of the month" ,
32
+ //"after 10am on the first day of the month",
33
+ "after 6am"
32
34
] ,
33
35
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
+ // ],
44
46
prCreation : "status-success" ,
45
47
semanticCommits : "disabled" ,
46
48
}
You can’t perform that action at this time.
0 commit comments