Skip to content

Commit 8e07cd4

Browse files
update renovate
1 parent a783778 commit 8e07cd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/merger/merger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func MergeConfigFiles(
130130
}
131131

132132
if len(extraConfig.Notifications) > 0 && config.Notifications == nil {
133-
config.Notifications = extraConfig.Notifications
133+
config.Notifications = map[string]models.Notification{}
134134
}
135135

136136
for k, v := range extraConfig.Notifications {

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config:base"
55
],
66
"timezone": "Australia/Sydney",
7-
"schedule": ["before 9am on monday"],
7+
"schedule": ["* 8 1 * *"],
88
"docker": {
99
"pinDigests": true
1010
},

0 commit comments

Comments
 (0)