Skip to content

Bump @angular/common from 4.2.3 to 20.3.27 in /frontend #2460

Bump @angular/common from 4.2.3 to 20.3.27 in /frontend

Bump @angular/common from 4.2.3 to 20.3.27 in /frontend #2460

Workflow file for this run

name: Automerge Pull Requests
on:
pull_request:
check_suite:
types:
- completed
status: {}
jobs:
automerge:
name: Automerge Dependabot
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Merge pull requests
uses: pascalgn/automerge-action@v0.8.4
env:
MERGE_METHOD: "squash"
MERGE_LABELS: ""
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"