Skip to content

Commit

Permalink
disable renovatebot automerges during the Christmas break
Browse files Browse the repository at this point in the history
In case a hotfix needs to be deployed, that should not require deploying
unrelated version upgrades while the full crew is not on deck.
  • Loading branch information
majewsky committed Dec 19, 2023
1 parent 9beb12a commit 2dd896a
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: true,
AutoMerge: false, //NOTE: disabled for the Christmas break, TODO: reenable afterwards
})

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

0 comments on commit 2dd896a

Please sign in to comment.