Skip to content

Commit

Permalink
Merge pull request #2325 from ElijahQuinones/fixDep
Browse files Browse the repository at this point in the history
Fix command in dep bump document
  • Loading branch information
k8s-ci-robot authored Feb 3, 2025
2 parents 99a8727 + dace21b commit 666eb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/updating-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For a full list of commands see [Managing pull requests for dependency updates |

#### Dependabot PR failing CI due to breaking changes?

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}`
2. Make the necessary repository changes.
3. Commit and add the string `[dependabot-skip]` to the message so Dependabot can keep rebasing the PR. Push!

Expand Down

0 comments on commit 666eb6e

Please sign in to comment.