ahmadnassri / action-dependabot-auto-merge

Automatically merge Dependabot PRs when version comparison is within range
MIT License
342 stars 48 forks source link

Configuration defaults documentation #14

Closed ttshivers closed 4 years ago

ttshivers commented 4 years ago

In the new version, a config file was introduced .github/auto-merge.yml. It would be helpful to have some documentation about what the default state is. For example, it appears that the default state is to not auto merge non security critical updates.

AlCalzone commented 4 years ago

The default state should be merging all updates that match the target input, which is patch by default - so just like it used to.

However, the new version is still a bit buggy it seems: https://github.com/ahmadnassri/action-dependabot-auto-merge/pull/10#issuecomment-689815823

ahmadnassri commented 4 years ago

added documentation on defaults here: https://github.com/ahmadnassri/action-dependabot-auto-merge/commit/3ec112738eff67df99455151cd55ce823f52dd6a

and I think the buggyness described by @AlCalzone might be due to missing checkout step, but will continue that discussion in #17