Skip to content

Commit

Permalink
Discard changes to .github/workflows/dependabot-approve-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Dec 26, 2023
1 parent 3644586 commit ebb5dcd
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 ebb5dcd

Please sign in to comment.