Skip to content

Commit

Permalink
Update dependabot-approve-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl authored Jul 20, 2023
1 parent 08a9a05 commit 8a8d84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-approve-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:

jobs:
auto-approve-merge:
if: github.actor == 'dependabot[bot]'
if: github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]'
runs-on: ubuntu-latest
permissions:
# for hmarr/auto-approve-action to approve PRs
Expand Down

0 comments on commit 8a8d84c

Please sign in to comment.