jamiemason/Syncpack: Synchronise monorepo dependency versions
Always use the same versions of each dependency
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 14, 2023
- License
- MIT
Pinned Snippet
uses: jamiemason/syncpack-github-action@969e5c870c5b0a86d4ab0a6446a2a64b2f046294 # 0.2.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bot-email | GitHub Email for the Syncpack Bot | no | github-actions@github.com |
| bot-username | GitHub Username for the Syncpack Bot | no | github-actions[bot] |
| commit-message | Commit Message to use when applying fixes | no | chore(syncpack): format and sync package.json files |
| format-mismatches | "fix" | "ignore" | no | fix |
| lockfile-mismatches | "fix" | "ignore" | no | fix |
| package-manager-version | The Semver version of npm, yarn, or pnpm | no | latest |
| package-manager | Possible values npm | yarn | pnpm | no | npm |
| semver-range-mismatches | "lint" | "fix" | "ignore" | no | fix |
| syncpack-version | The Semver version of syncpack | no | 7.2.1 |
| version-mismatches | "lint" | "fix" | "ignore" | no | fix |
Outputs
no outputs