Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/client/jasmine-core-…
Browse files Browse the repository at this point in the history
…4.6.0
  • Loading branch information
NicMcPhee authored Jan 29, 2024
2 parents 07802a4 + d0fa40c commit 317aac7
Show file tree
Hide file tree
Showing 4 changed files with 853 additions and 352 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ng-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Update Angular"
on: # when the action should run. Can also be a CRON or in response to external events. see https://git.io/JeBz1
schedule:
- cron: '0 5 1 * *'
workflow_dispatch:

jobs:
ngxUptodate:
runs-on: ubuntu-latest
steps:
- name: Updating ng dependencies # the magic happens here !
uses: fast-facts/[email protected]
with:
base-branch: main
project-path: ./client/
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-title: Update Angular Dependencies
pr-branch-prefix: ng-update-
Loading

0 comments on commit 317aac7

Please sign in to comment.