Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Dependabot for Cargo projects #1894

Merged
merged 2 commits into from
Mar 4, 2021
Merged

Fix Dependabot for Cargo projects #1894

merged 2 commits into from
Mar 4, 2021

Commits on Mar 2, 2021

  1. Fix Dependabot for Cargo projects

    I incorrectly assumed Dependabot can find the Cargo config files, however, the projects must be specified independently (see: dependabot/dependabot-core#2178).
    
    Without this, Dependabot fails with the following error:
    
    ```
    Dependabot couldn't find a Cargo.toml
    
    Dependabot requires a Cargo.toml to evaluate your Rust dependencies. It had expected to find one at the path: /src/Cargo.toml.
    
    If this isn't a Rust project, you may wish to disable updates for it in the .github/dependabot.yml config file in this repo.
    ```
    
    See: https://github.com/adeira/universe/network/updates/91435760
    mrtnzlml committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    ba65913 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    d2878df View commit details
    Browse the repository at this point in the history