Skip to content

chore(deps)(deps-dev): Bump jasmine-core from 6.1.0 to 6.2.0 in /frontend #668

chore(deps)(deps-dev): Bump jasmine-core from 6.1.0 to 6.2.0 in /frontend

chore(deps)(deps-dev): Bump jasmine-core from 6.1.0 to 6.2.0 in /frontend #668

name: Dependabot Auto-Merge
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
name: Enable auto-merge for Dependabot
runs-on: ubuntu-latest
# Only run for Dependabot PRs
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v3
with:
github-token: '${{ secrets.GH_AUTOMERGE_TOKEN }}'
- 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.GH_AUTOMERGE_TOKEN }}