Skip to content

chore(deps): bump @next/bundle-analyzer from 15.0.3 to 15.1.0 #55

chore(deps): bump @next/bundle-analyzer from 15.0.3 to 15.1.0

chore(deps): bump @next/bundle-analyzer from 15.0.3 to 15.1.0 #55

Workflow file for this run

name: Dependencies
on: # yamllint disable-line rule:truthy
- pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
name: Update the dependencies
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- uses: dependabot/fetch-metadata@v2
name: Fetch Dependabot metadata
id: metadata
- run: gh pr merge --auto --squash "$PR_URL"
name: Enable auto-merge for Dependabot PRs
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}