Skip to content

Bump follow-redirects from 1.14.8 to 1.15.4 in /frontend #28

Bump follow-redirects from 1.14.8 to 1.15.4 in /frontend

Bump follow-redirects from 1.14.8 to 1.15.4 in /frontend #28

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