Skip to content

Commit

Permalink
Bump alexwilson/enable-github-automerge-action from 1.0.0 to 2.0.0 (#223
Browse files Browse the repository at this point in the history
)

Bumps [alexwilson/enable-github-automerge-action](https://github.com/alexwilson/enable-github-automerge-action) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/alexwilson/enable-github-automerge-action/releases)
- [Commits](alexwilson/enable-github-automerge-action@1.0.0...2.0.0)

---
updated-dependencies:
- dependency-name: alexwilson/enable-github-automerge-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 4c19ef2 commit eefaee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Enable Github Automerge
uses: alexwilson/enable-github-automerge-action@1.0.0
uses: alexwilson/enable-github-automerge-action@2.0.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Approve dependabot PRs
uses: alexwilson/enable-github-automerge-action@1.0.0
uses: alexwilson/enable-github-automerge-action@2.0.0
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit eefaee0

Please sign in to comment.