We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99a8727 + dace21b commit 666eb6eCopy full SHA for 666eb6e
docs/updating-dependencies.md
@@ -35,7 +35,7 @@ For a full list of commands see [Managing pull requests for dependency updates |
35
36
#### Dependabot PR failing CI due to breaking changes?
37
38
-1. Take-over the PR with something like `gh repo checkout pr some_number` or `git pull upstream/dependabot/rest_of_path`
+1. Take-over the PR with something like `gh pr checkout {pr_number}` or `git pull upstream/dependabot/{rest_of_path}`
39
2. Make the necessary repository changes.
40
3. Commit and add the string `[dependabot-skip]` to the message so Dependabot can keep rebasing the PR. Push!
41
0 commit comments