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

Conversation

mrtnzlml
Copy link
Member

@mrtnzlml mrtnzlml commented Mar 2, 2021

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

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
@vercel vercel bot temporarily deployed to Preview – universe-sx-tailwind-website March 4, 2021 09:20 Inactive
@vercel vercel bot temporarily deployed to Preview – universe-example-relay March 4, 2021 09:20 Inactive
@kodiakhq kodiakhq bot merged commit 5e0a3e2 into master Mar 4, 2021
@kodiakhq kodiakhq bot deleted the fix_dependabot_cargo branch March 4, 2021 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants