Skip to content

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.0.2 #2538

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.0.2

chore(deps-dev): bump @angular/cli from 15.2.10 to 19.0.2 #2538

name: Auto rebase open Dependabot PRs
on:
push:
release:
types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
auto-rebase:
name: rebase dependabot PRs
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop' || github.event == 'release'
timeout-minutes: 5
steps:
- name: rebase
uses: "bbeesley/gha-auto-dependabot-rebase@main"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}