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

The current version detection fails since it's not strict enough. For example, given the PR title > Bump @fontsource/lato from 4.5.5 to 4.5.8 Both `from` and `to` versions are parsed...

Bumps [sinon](https://github.com/sinonjs/sinon) from 11.1.2 to 14.0.0. Changelog Sourced from sinon's changelog. 14.0.0 c2bbd826 Drop node 12 (Morgan Roderick) And embrace Node 18 See https://nodejs.org/en/about/releases/ Released by Morgan Roderick on 2022-05-07....

dependencies

About the dependabot waiting... It was confusing to me, because the word _This_ in the original text (_This is a function…_) ws ambiguous as to whether it is referring to...

Hello, I am using your action in a private repo but it fails with this output: > loaded merge config: > - match: > dependency_type: all > update_type: 'semver:minor' >...

Based on [`action.yml`](https://github.com/ahmadnassri/action-dependabot-auto-merge/blob/master/action.yml#L16), a config file is not required for this action to run.

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)...

I changed the names from auto-merge to dependabot-auto-merge : ``` name: dependabot-auto-merge on: pull_request: jobs: dependabot-auto-merge: ``` The job is failing with error : ``` /action/node_modules/@actions/core/lib/core.js:94 throw new Error(`Input required...

This is just an idea how to add support for composer / php. Since I have no experience with JS, I probably did it poorly. This is the result of...

Our devDependencies are NOT recognized as `dependency type: development`. Extract from `package.json`: ``` "devDependencies": { "@testing-library/react-hooks": "^5.1.3", "serve": "^11.3.2" } ``` And output from the GithubAction: ``` loaded merge config:...

Hej there, when setting up a given configuration my intention was to have only PRs for patch version changes auto-merged for specific dependencies. My impression was that a corresponding `dependency_name`...