hpehl/depup

Create PRs for outdated Maven and npm dependencies

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the project rootno.
versiondepup version to install (e.g., 0.3.0). Defaults to latest release.nolatest
stableExclude pre-release versions (alpha, beta, RC, milestone)nofalse
includeOnly include artifacts matching glob patterns (comma-separated, e.g., "org.junit:*,react"). Matches Maven groupId:artifactId or npm package names. Exclude takes precedence over include.no""
excludeExclude artifacts matching glob patterns (comma-separated, e.g., "*:guava,lodash"). Matches Maven groupId:artifactId or npm package names. Takes precedence over include.no""
tokenGitHub token for creating PRs and branchesno${{ github.token }}
base-branchBranch to create PRs against (defaults to repository default branch)no""
labelsComma-separated PR labels (must already exist in the repo)nodependencies
namedescription
exit-codeExit code (0=no outdated deps, 1=outdated deps found)