Skip to content

Commit

Permalink
Fix command in dep bump document
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahQuinones committed Jan 30, 2025
1 parent 4122af3 commit ce7413d
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 checkout pr some_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 ce7413d

Please sign in to comment.