Skip to content

Commit

Permalink
#5800: Updated cli document, with the rebuilding ecosystem info. (#323)
Browse files Browse the repository at this point in the history
* #5800: Updated cli document, with the rebuilding ecosystem info.

* #5800: As per the review comments. moving the rebuild instruction to trouble shooting section.

* #5800: As per the review comments. moving the rebuild instruction to trouble shooting section.

* #5800: Updating as per the review comments.

* Update README.md

Updated as per review comments

Co-authored-by: Jake Coffman <jakecoffman@github.com>

---------

Co-authored-by: Jake Coffman <jakecoffman@github.com>
  • Loading branch information
thavaahariharangit and jakecoffman authored May 16, 2024
1 parent 4b82dea commit 289d6fb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,13 @@ the issue, see <https://github.com/dependabot/cli/issues/113#issuecomment-161012
[smoke-tests]: https://github.com/dependabot/smoke-tests/tree/main/tests
[dependabot-updater-job]: https://github.com/dependabot/dependabot-core/blob/main/updater/lib/dependabot/job.rb
[PAT]: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

### `ensure_equivalent_gemfile_and_lockfile` error

This error occurs when using `script/dependabot` and the Updater image is not in sync with dependabot-core. It can be resolved by rebuilding the Updater image.

For example, to rebuild the Updater image of the Go ecosystem, run this in the dependabot-core repository:
``` console
$ script/build go_modules
```

0 comments on commit 289d6fb

Please sign in to comment.