Skip to content

Commit

Permalink
Merge pull request #896 from swup/feat/use-inherited-dependabot-autom…
Browse files Browse the repository at this point in the history
…erge

Use inherited action for dependabot-automerge
  • Loading branch information
daun committed May 3, 2024
2 parents 9ca1519 + f6892a3 commit b482b8c
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# This workflow automatically merges dependabot PRs

name: dependabot-automerge

name: Automerge Dependabot PRs
on:
pull_request:
workflow_dispatch:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}
uses: swup/.github/.github/workflows/dependabot-automerge.yml@master
secrets: inherit

0 comments on commit b482b8c

Please sign in to comment.