Documentation
README
Apply Renovate PRs Locally
Collect every open pull request raised by Renovate in the target GitHub repository and apply their changes to the local working tree, so all dependency upgrades can be built and tested together.
Hard constraints
- Never run
git commit,git push,git merge,git cherry-pick,git rebase,gh pr merge,gh pr close, orgh pr review. - Do not create branches, tags, or worktrees unless the user asks.
- Do not modify anything on GitHub. Read-only
ghcommands only (gh pr list,gh pr view,gh pr diff,gh apiGET). - Leave the result as uncommitted changes in the working tree and report what was applied, so the user decides what to do next.
This is the opening of the README. Read the full README on GitHub.