Skip to content

Bump curve25519-dalek from 4.1.1 to 4.1.3 #2

Bump curve25519-dalek from 4.1.1 to 4.1.3

Bump curve25519-dalek from 4.1.1 to 4.1.3 #2

name: Dependabot auto-merge
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependabot-auto-merge:
if: ${{ github.actor == 'dependabot[bot]' }}

Check failure on line 10 in .github/workflows/dependabot-auto-merge.yml

View workflow run for this annotation

GitHub Actions / Dependabot auto-merge

Invalid workflow file

The workflow is not valid. .github/workflows/dependabot-auto-merge.yml (Line: 10, Col: 5): Required property is missing: runs-on
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: Enable auto-merge for Dependabot PRs
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}