oleg-koval/Dependabot Lockfile Fixer

Merges base branch into Dependabot PR branch, resolves lockfile conflicts, regenerates lockfile, commits and pushes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenToken with permission to push to the PR branch (usually GITHUB_TOKEN with contents: write).yes
base_refBase branch to merge into the PR branch. If empty, uses GITHUB_BASE_REF.no""
package_managerauto | bun | npm | pnpm | yarnnoauto
working_directoryWorking directory (monorepo root, etc).no.
install_commandOverride install command (advanced). Example: 'bun install' or 'pnpm -w install'. Empty means auto.no""
delete_other_lockfiles_when_bunIf true and bun is used, deletes package-lock.json / yarn.lock / pnpm-lock.yaml to avoid mixed-manager lockfile churn.notrue
commit_messageCommit message used when changes are made.nochore(deps): sync base branch and refresh lockfile

no outputs