Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Add auto-approve step for PRs by renovate[bot] (#2839)
* chore(ci): Add auto-approve step for PRs by renovate[bot] # Issue After activating the CFF default `main` branch protection rule, reviews get dismissed if the PR diff changes. As our automated dependency PR post-processing might do exactly that, it needs to reapprove the PR. # Fix Auto-approve dependabot PRs if our PR post-processing has modified the PR. # Remarks Addtionally, this PR removes obsolete workflows: - `.dependency-spec-updates.yaml` became obsolete with the introduction of `dependency-update.go-mod-tidy_and_make-package-specs.yaml` and never worked afterwards: https://github.com/cloudfoundry/app-autoscaler-release/actions/workflows/dependency-spec-updates.yaml - the green runs are where it didn't have to do anything because it was already taken care of by `dependency-update.go-mod-tidy_and_make-package-specs.yaml` - `dependency-updates-auto-merge.yaml` had two jobs: Approving `dependabot` PRs, which we disabled in favor of `renovate` and enabling automerge which `renovate` also takes care of itself.
- Loading branch information