chore(ci): drop the broken Dependabot config - #208
openvoiceos-bot wants to merge 1 commit into
Conversation
.github/dependabot.yml points at /requirements, a directory this repository no longer has, so every weekly Dependabot Updates run fails at file fetching and opens nothing. Renovate does the dependency updates here. Same shape as JarbasHiveMind/HiveMind-core#232. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Fresh off the press! I've got some check results for you. 🗞️I've aggregated the results of the automated checks for this PR below. 📋 Repo HealthEnsuring the repo is getting enough sleep (aka stable releases). 💤 ✅ All required files present. Latest Version: ✅ 🔍 LintI've checked the pulse of your pull request. 💓 ❌ ruff: issues found — see job log 🏷️ Release PreviewThe draft for the big day is ready for review. 📝 Current:
🚀 Release Channel Compatibility Predicted next version:
🔒 Security (pip-audit)Ensuring our defenses are strong against vulnerabilities. 🏰 ✅ No known vulnerabilities found (132 packages scanned). ⚖️ License CheckAuditing the legal lineage of this contribution. 📜 ✅ No license violations found. Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed. 📊 CoverageQuantifying the quality of our test suite. 🧪 Files below 80% coverage (15 files)
Full report: download the 🔨 Build TestsRunning the final assembly check. 🔧 ✅ All versions pass
Processing completed in 0.0001 bot-seconds ⚡ |
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
A Dependabot job that fails every week and opens nothing
.github/dependabot.ymlpoints atdirectory: "/requirements". This repository has no such directory any more: the dependencies live inpyproject.toml. Every weekly Dependabot Updates run ends withError during file fetching; aborting: No files found in /requirements, and no pull request comes out of it. Renovate (renovate.json) does the dependency updates here and does open them.This is the same shape JarbasHiveMind/HiveMind-core#232 removed on 2026-08-10, for the same reason. The survey behind this change (T-2358) found the same broken file in 29 repositories across OpenVoiceOS and TigreGotico, every one with Renovate beside it. This pull request removes the file from this one.
What changes after merge
The weekly Dependabot Updates run stops. Nothing else does: Renovate keeps opening the dependency pull requests, and the org-level Dependabot settings (alerts and security updates for new repositories) were already off.
AI-authorship disclosure: an AI agent (Claude) wrote this change and this description.
🤖 Generated with Claude Code