Skip to content

Commit

Permalink
update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-thacker-nullify committed Feb 2, 2025
1 parent a783778 commit 8e07cd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/merger/merger.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func MergeConfigFiles(
}

if len(extraConfig.Notifications) > 0 && config.Notifications == nil {
config.Notifications = extraConfig.Notifications
config.Notifications = map[string]models.Notification{}
}

for k, v := range extraConfig.Notifications {
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config:base"
],
"timezone": "Australia/Sydney",
"schedule": ["before 9am on monday"],
"schedule": ["* 8 1 * *"],
"docker": {
"pinDigests": true
},
Expand Down

0 comments on commit 8e07cd4

Please sign in to comment.