fast-facts/ng-update

Keeps your Angular CLI projects up-to-date via automated pull requests based on `ng update`

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-branchThe base branch the PRs will be created fromyesmaster
project-pathThe path to Angular CLI project. Relative to root directory('./')yes./
node-modules-pathThe path to node_modules that contains the angular CLI. Relative to root directory('./') but defaults to project-path if null
repo-tokenThe GITHUB_TOKEN secretyes
fetch-depthThe depth of commits to fetch on tip of 'base-branch' (default: unlimited)
npm-registryThe NPM registry to use
pr-branch-prefixThe prefix of the PR branch namechore-ng-update-
pr-titleThe title of the PR. Will also be the message of the related PR commitchore(ng-update): update angular dependencies
pr-bodyThe body of the PR[ng-update](https://github.com/fast-facts/ng-update) 🤖 has automatically run `ng update` for you and baked this hot 🔥 PR , ready to merge. <details> <summary>Ng Update Output:</summary> ${ngUpdateOutput} </summary> </details>
pr-labelsThe labels that should be added to the PR(comma separated)dependencies
pr-assigneesThe users that should be assigned to the PR(comma separated)
pr-reviewersThe users that should review the PR(comma separated)
delete-closed-pr-branchesAuto delete branches of previous PRs that have been closedtrue
namedescription
pr-numberThe number of the created/updated PR
ng-update-resultThe result of this action