Skip to content

Bump @fontsource/roboto from 5.1.0 to 5.1.1 in /web #139

Bump @fontsource/roboto from 5.1.0 to 5.1.1 in /web

Bump @fontsource/roboto from 5.1.0 to 5.1.1 in /web #139

Workflow file for this run

name: Dependabot auto-approve
on:
pull_request:
branches: [main]
jobs:
auto-merge-dependabot:
name: Auto merge dependabot PR
timeout-minutes: 30
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions:
pull-requests: write
contents: write
steps:
- name: Merge PR from dependabot
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: minor
merge-method: rebase