defenseunicorns / delivery-aws-iac

Apache License 2.0
16 stars 5 forks source link

Fix Renovate scheduling #293

Closed RothAndrew closed 1 year ago

RothAndrew commented 1 year ago

Since the objective is to minimize the number of GHA status checks that are run, the previous configuration wasn't enough. Particularly the absence of rebaseWhen meant that Renovate would rebase the PR that it creates whenever it wants with no regard for the schedule param which it turns out schedule is only used for when PRs are created.

Also update go.sum since go mod tidy made updates to it.