Skip to content

chore(deps): bump @pandacss/dev from 0.47.1 to 0.48.0 #4715

chore(deps): bump @pandacss/dev from 0.47.1 to 0.48.0

chore(deps): bump @pandacss/dev from 0.47.1 to 0.48.0 #4715

Workflow file for this run

name: Auto-merge
on: pull_request_target
jobs:
dependabot:
name: Dependabot
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
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.GITHUB_TOKEN}}