Skip to content

Bump postcss from 8.5.8 to 8.5.12 in /conformance/runner/typescript in the npm_and_yarn group across 1 directory #108

Bump postcss from 8.5.8 to 8.5.12 in /conformance/runner/typescript in the npm_and_yarn group across 1 directory

Bump postcss from 8.5.8 to 8.5.12 in /conformance/runner/typescript in the npm_and_yarn group across 1 directory #108

name: Auto-merge Dependabot
on: pull_request
permissions: {}
jobs:
auto-merge:
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: dependabot/fetch-metadata@ffa630c65fa7e0ecfa0625b5ceda64399aea1b36 # v3.0.0
id: metadata
- if: steps.metadata.outputs.update-type != 'version-update:semver-major' && steps.metadata.outputs.package-ecosystem != 'github_actions'
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}