Skip to content

Commit

Permalink
Fix for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Feb 10, 2025
1 parent 0eafb2e commit 3fecd3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto-merge-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
auto-approve:
runs-on: ubuntu-latest

steps:
- name: Auto-approve Dependabot PR
if: github.actor == 'dependabot[bot]'
Expand All @@ -20,7 +21,11 @@ jobs:
auto-merge:
needs: auto-approve
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Enable auto-merge
if: github.actor == 'dependabot[bot]'
run: |
Expand Down

0 comments on commit 3fecd3d

Please sign in to comment.