diff --git a/.github/workflows/merge.yaml b/.github/workflows/dependabot.yaml similarity index 92% rename from .github/workflows/merge.yaml rename to .github/workflows/dependabot.yaml index b071d74f6f..b4e087b30f 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/dependabot.yaml @@ -1,10 +1,10 @@ -name: merge +name: dependabot on: pull_request permissions: contents: write pull-requests: write jobs: - dependabot: + merge: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: