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 a783778 commit 8e07cd4Copy full SHA for 8e07cd4
pkg/merger/merger.go
@@ -130,7 +130,7 @@ func MergeConfigFiles(
130
}
131
132
if len(extraConfig.Notifications) > 0 && config.Notifications == nil {
133
- config.Notifications = extraConfig.Notifications
+ config.Notifications = map[string]models.Notification{}
134
135
136
for k, v := range extraConfig.Notifications {
renovate.json
@@ -4,7 +4,7 @@
4
"config:base"
5
],
6
"timezone": "Australia/Sydney",
7
- "schedule": ["before 9am on monday"],
+ "schedule": ["* 8 1 * *"],
8
"docker": {
9
"pinDigests": true
10
},
0 commit comments