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

Dependabot configured, but shows "Dependabot version updates aren't configured yet" #11201

Open
1 task done
YaLTeR opened this issue Jan 2, 2025 · 1 comment
Open
1 task done
Labels
L: github:actions GitHub Actions L: go:modules Golang modules L: rust:cargo Rust crates via cargo T: bug 🐞 Something isn't working

Comments

@YaLTeR
Copy link

YaLTeR commented Jan 2, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

cargo, github-actions

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

https://github.com/YaLTeR/niri/blob/main/Cargo.toml

https://github.com/YaLTeR/niri/blob/main/.github/workflows/ci.yml

dependabot.yml content

https://github.com/YaLTeR/niri/blob/main/.github/dependabot.yml

Updated dependency

No response

What you expected to see, versus what you actually saw

I'm trying to configure Dependabot.

At first it checked for updates, but errored out for both Cargo and github_actions. The logs unfortunately got overwritten as I tried to re-run the workflows later, but for Cargo it errored because it failed to parse workspace from my subcrate Cargo.toml (seems some logic mismatch between dependabot and cargo itself), and for github_actions with some weird failed to resolve version error. It did successfully create PRs to update some Cargo packages though, which I later merged.

Since then, it stopped running any workflows or doing anything, even validating the dependabot.yml changes. The Insights panel shows "Dependabot version updates aren't configured yet".

Following #7357 and similar issues, I tried enabling/disabling security updates, and deleting and re-creating dependabot.yml from GitHub UI. Nothing helps, it keeps being stuck like this.

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response

@YaLTeR YaLTeR added the T: bug 🐞 Something isn't working label Jan 2, 2025
@github-actions github-actions bot added L: github:actions GitHub Actions L: go:modules Golang modules L: rust:cargo Rust crates via cargo labels Jan 2, 2025
@YaLTeR
Copy link
Author

YaLTeR commented Jan 3, 2025

Update: Dependabot seems to work, at least for Cargo dependencies: it opened two PRs today. Not sure about github_actions.

But the Dependabot panel in Insights still shows that it's not configured, and I can't check anything there.

@YaLTeR YaLTeR changed the title Dependabot configured, but doesn't check for updates and shows "Dependabot version updates aren't configured yet" Dependabot configured, but shows "Dependabot version updates aren't configured yet" Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: github:actions GitHub Actions L: go:modules Golang modules L: rust:cargo Rust crates via cargo T: bug 🐞 Something isn't working
Projects
Status: No status
Development

No branches or pull requests

1 participant