Skip to content

Bump @biomejs/biome from 2.0.0-beta.5 to 2.0.0-beta.6 in the npm group #32

Bump @biomejs/biome from 2.0.0-beta.5 to 2.0.0-beta.6 in the npm group

Bump @biomejs/biome from 2.0.0-beta.5 to 2.0.0-beta.6 in the npm group #32

Workflow file for this run

name: dependabot-pr
on: pull_request
jobs:
dependabot-metadata:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
pull-requests: read
outputs:
dependency-names: ${{ steps.dependabot-metadata.outputs.dependency-names }}
steps:
- id: dependabot-metadata
uses: dependabot/fetch-metadata@v2
biome-update:
needs: dependabot-metadata
if: ${{ contains(needs.dependabot-metadata.outputs.dependency-names, 'biome') }}
permissions:
contents: write
pull-requests: write
uses: ./.github/workflows/update.yml