actions-marketplace-validations/Dotnet dependency update
Github action that checks for outdated dependencies and updates them
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 21, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/tjololo_nuget-dependencies-update@2b565dfcf2276cd181f47a43c11019a04eed34aa # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| root-folder | relative path from repository root where the action should look for `package.json` files | yes | . |
| recursive | wether or not the action should look for package.json in sub-folders and update all of them | yes | true |
| comment-updated | wheter or not the dependencies that are update should be included in the body output | yes | false |
| version-limit | Limit if update should update to latest major, minor or patch version. [latest,minor,patch] default: latest | yes | latest |
| ignore | Dependencies to ignore during update. Multiple nugets separated by newline | yes | "" |
| ignore-project | If recursive mode is enabled you can specify paths for projects to ignore. Multiple projects separated by newline | yes | "" |
Outputs
| name | description |
|---|---|
| body | Body reprecenting updates made |