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 2dd896a.
  • Loading branch information
majewsky committed Jan 2, 2024
1 parent e7d5877 commit 822acfd
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 @@ -105,7 +105,7 @@ func RenderConfig(cfgRenovate core.RenovateConfig, scanResult core.ScanResult, u
cfg.addPackageRule(core.PackageRule{
MatchPackagePatterns: []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 822acfd

Please sign in to comment.