Skip to content

⬆️ Bump eslint-plugin-prettier from 5.2.1 to 5.2.2 #391

⬆️ Bump eslint-plugin-prettier from 5.2.1 to 5.2.2

⬆️ Bump eslint-plugin-prettier from 5.2.1 to 5.2.2 #391

Workflow file for this run

name: Auto merge
on:
pull_request:
jobs:
auto-merge-dependabot:
runs-on: ubuntu-22.04
steps:
- name: Auto merge PR
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
approve: true
github-token: ${{ secrets.AUTOMERGE_TOKEN }}