helm / chart-releaser

Hosting Helm Charts via GitHub Pages and Releases
Apache License 2.0
661 stars 107 forks source link

enable auto merge for dependencies #253

Closed cpanato closed 1 year ago

cpanato commented 1 year ago

Summary

  1. It will only run for dependabot PRs
  2. If the Dependency change PR is a minor or patch the job will enable the auto merge, and if all the required ci checks passes it will merge it
  3. For major changes it will do nothing
cpanato commented 1 year ago

update to just enable the auto merge when have a review and ci is passing