fix(ci): 🐛 👷 github actor

This commit is contained in:
Guz013
2023-07-20 17:27:15 -03:00
parent a474f7277d
commit e80455e2d4

View File

@@ -12,7 +12,7 @@ jobs:
permissions:
contents: write
pull-requests: write
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' }}
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' || github.actor == 'renovate' }}
steps:
- name: Dependabot Changesets
uses: feelepxyz/dependabot-changesets@v1