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

Automatically merge Dependabot PRs when version comparison is within range

Results 68 action-dependabot-auto-merge issues
Sort by recently updated
recently updated
newest added

From https://github.com/npm/node-semver#caret-ranges-123-025-004 > Allows changes that do not modify the left-most non-zero element in the [major, minor, patch] tuple. In other words, this allows patch and minor updates for versions...

question

Parsing the version from the dependabot docker image tags would be useful, but it does seem like it would require more work. One nice observation is that many of the...

help wanted

Hey. I believe that the action should be aware of digest versions, such as git submodules, or simply versions that do not follow semver for one reason or another. Old...

good first issue

I use version strings that allow for updates to minor versions, such as: ``` importlib_metadata = { version = "^1.3.0", python = "< 3.8" } ``` The version restriction is...

good first issue

https://github.com/ioBroker/create-adapter/pull/593/checks?check_run_id=1191533085 Is there a way to pin actions to a specific version instead of just @v2 in order to avoid such issues in the future? Log output: ``` loaded merge...

good first issue

It'd be useful if one or multiple usernames could be specified for pull requests that fall outside the semver range the action is allowed to merge - i.e. if the...

- update regex to parse version without patch part - add version convertion to add fake `.0` as patch

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...

dependencies

Hello and thank you for developing this helpful action! I am successfully using your action to auto-merge PRs from Dependabot. Recently, I tried applying the same to PRs from pre-commit-ci...