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

``` runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' ```

using following config at https://github.com/libranet/libranet-flask/blob/main/.github/workflows/dependabot-auto-merge.yaml ``` # see https://github.com/ahmadnassri/action-dependabot-auto-merge name: Auto Merge Dependabot on: pull_request: jobs: auto-merge: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: target: minor github-token:...

using following config at https://github.com/libranet/libranet-flask/blob/main/.github/workflows/dependabot-auto-merge.yaml ``` # see https://github.com/ahmadnassri/action-dependabot-auto-merge name: Auto Merge Dependabot on: pull_request: jobs: auto-merge: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: target: minor github-token:...

``` title: "Bump actions/setup-go from 2 to 4" depName: actions/setup-go Warning: failed to parse title: no recognizable versions ``` - https://github.com/stackrox/helmtest/pull/29

The workflow is requiring manual merging despite the update_type being set to all. Nothing here points to why this is happening and I need assistance, please. ``` loaded merge config:...

Thanks for this nice action! However, I am currently having trouble with my auto-merge workflow. It is giving the following error: ``` /action/node_modules/@actions/core/lib/core.js:106 throw new Error(`Input required and not supplied:...

Hello, Can anyone can tell me what went wrong as I'm getting error as below: > Run ahmadnassri/action-dependabot-auto-merge@v2 > with: > target: minor > github-token: *** > config: .github/auto-merge.yml >...

I've noticed that this action fails when Dependabot creates a single PR for multiple updates. It is possible though to combine this with a helper-action from Dependabot to fetch the...

Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 6.15.0 to 7.0.3. Release notes Sourced from oxsecurity/megalinter's releases. MegaLinter v7.0.3 What's Changed Linter enhancements & fixes New variable TERRAFORM_TFLINT_SECURED_ENV with default value true. Set to false...

dependencies
github_actions

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.6 to 1.5.1. Release notes Sourced from dependabot/fetch-metadata's releases. v1.5.1 What's Changed Bugfix: Fix library parser to trim trailing LF by @​kachick in dependabot/fetch-metadata#380 Dep bumps that...

dependencies
github_actions