Skip to content

Bump rollup from 2.79.1 to 2.79.2 in /frontend in the npm_and_yarn group across 1 directory #30

Bump rollup from 2.79.1 to 2.79.2 in /frontend in the npm_and_yarn group across 1 directory

Bump rollup from 2.79.1 to 2.79.2 in /frontend in the npm_and_yarn group across 1 directory #30

Workflow file for this run

name: Dependabot
on:
pull_request_target:
branches: ["main"]
jobs:
dependabot:
name: 'Approve & Merge'
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
permissions: write-all
steps:
- name: Fetch Dependabot Metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable Auto-Merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.APPROVAL_TOKEN }}
GH_TOKEN: ${{ secrets.APPROVAL_TOKEN }}
- name: Approve
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ secrets.APPROVAL_TOKEN }}
GH_TOKEN: ${{ secrets.APPROVAL_TOKEN }}