Dependabot configured, but shows "Dependabot version updates aren't configured yet" #11201
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
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: