Skip to content

Commit

Permalink
Merge pull request #76 from winebarrel/fix_auto-merge.yml
Browse files Browse the repository at this point in the history
Update auto-merge.yml: Use renovate
  • Loading branch information
winebarrel authored Nov 9, 2024
2 parents 9f4c4eb + 595430f commit f37aa6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
if: ${{ github.actor == 'renovate[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
Expand Down

0 comments on commit f37aa6d

Please sign in to comment.