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.
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 theschedule
param which it turns outschedule
is only used for when PRs are created.Also update
go.sum
sincego mod tidy
made updates to it.