actions-marketplace-validations/Dotnet dependency update

Github action that checks for outdated dependencies and updates them

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 21, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/tjololo_nuget-dependencies-update@2b565dfcf2276cd181f47a43c11019a04eed34aa # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
root-folderrelative path from repository root where the action should look for `package.json` filesyes.
recursivewether or not the action should look for package.json in sub-folders and update all of themyestrue
comment-updatedwheter or not the dependencies that are update should be included in the body outputyesfalse
version-limitLimit if update should update to latest major, minor or patch version. [latest,minor,patch] default: latestyeslatest
ignoreDependencies to ignore during update. Multiple nugets separated by newlineyes""
ignore-projectIf recursive mode is enabled you can specify paths for projects to ignore. Multiple projects separated by newlineyes""
namedescription
bodyBody reprecenting updates made