Skip to content

build(deps-dev): bump sharp from 0.32.6 to 0.33.4 #3909

build(deps-dev): bump sharp from 0.32.6 to 0.33.4

build(deps-dev): bump sharp from 0.32.6 to 0.33.4 #3909

Workflow file for this run

name: Dependabot
on: pull_request_target
jobs:
approve:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
merge:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v2
with:
github-token: "${{ secrets.GH_TOKEN }}"
script: |
await github.issues.createComment({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
issue_number: context.payload.pull_request.number,
body: '@dependabot merge'
})