Skip to content

Commit

Permalink
Revert "disable renovatebot automerges during the Christmas break"
Browse files Browse the repository at this point in the history
This reverts commit a8c6a0b.
  • Loading branch information
majewsky committed Dec 18, 2024
1 parent 295d5e6 commit ebcb895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/renovate/renovate.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func RenderConfig(cfgRenovate core.RenovateConfig, scanResult golang.ScanResult,
cfg.addPackageRule(core.PackageRule{
MatchPackageNames: []string{`/^github\.com\/sapcc\/.*/`},
GroupName: "github.com/sapcc",
AutoMerge: false, //NOTE: disabled for the Christmas break, TODO: reenable afterwards
AutoMerge: true,
})

// combine all dependencies not under github.com/sapcc/
Expand Down

0 comments on commit ebcb895

Please sign in to comment.