update dependabot actor name

This commit is contained in:
Moritz
2021-06-21 16:24:43 +02:00
committed by GitHub
parent 94485285f3
commit 2d7ac73caa

View File

@@ -10,7 +10,7 @@ on:
jobs:
check_changelog:
# no need to check for dependency updates via dependabot
if: github.actor != 'dependabot'
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
runs-on: ubuntu-20.04
env:
NO_CHANGELOG: '[x] No CHANGELOG update needed'