Skip to content

chore(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 #33

chore(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2

chore(deps-dev): bump @tailwindcss/postcss from 4.2.1 to 4.3.2 #33

name: Dependabot Auto Merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_ACCESS_TOKEN }}