Skip to content

build(deps-dev): bump rollup from 4.61.0 to 4.61.1 in /egg in the npm-dependencies group #29

build(deps-dev): bump rollup from 4.61.0 to 4.61.1 in /egg in the npm-dependencies group

build(deps-dev): bump rollup from 4.61.0 to 4.61.1 in /egg in the npm-dependencies group #29

Workflow file for this run

name: dependabot
permissions:
contents: write
pull-requests: write
on:
- pull_request
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}