action-dependabot-auto-merge icon indicating copy to clipboard operation
action-dependabot-auto-merge copied to clipboard

Support for auto merging updates of GitHub actions

Open bennycode opened this issue 2 years ago • 0 comments

GitHub allows you to update a GitHub action through a GitHub action. I implemented that (package-ecosystem: 'github-actions') in my repo: https://github.com/bennycode/trading-signals/commit/ffd491072014ad7b9fbaa56a171d111ce6257e00

Usually the "action-dependabot-auto-merge" action merges my PRs (see https://github.com/bennycode/trading-signals/pull/404) but it somehow doesn't merge github-action updates (see https://github.com/bennycode/trading-signals/pull/396, I had to do it manually).

Is there a difference?

bennycode avatar Jan 29 '22 00:01 bennycode