Skip to content

chore(deps-dev): bump prettier-config-airlight from 2.0.1 to 5.0.0 #481

chore(deps-dev): bump prettier-config-airlight from 2.0.1 to 5.0.0

chore(deps-dev): bump prettier-config-airlight from 2.0.1 to 5.0.0 #481

Workflow file for this run

name: Auto-merge dependabot updates
on: pull_request_target
jobs:
auto-merge:
timeout-minutes: 5
runs-on: ubuntu-22.04
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
approve: true
github-token: ${{ secrets.GH_TOKEN }}