Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ updates:
actions:
patterns: ["*"]

- package-ecosystem: "pip"
directories:
- "/"
- "/studio/backend/plugins/data-designer-unstructured-seed"
- "/studio/backend/requirements"
- "/unsloth/kernels/moe"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
groups:
pip:
patterns: ["*"]

- package-ecosystem: "bun"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore Dependabot coverage for Python dependencies

Removing the pip update block disables Dependabot for all Python manifests that were previously tracked (/, studio/backend/plugins/data-designer-unstructured-seed, studio/backend/requirements, and unsloth/kernels/moe), so security and bugfix dependency updates for these environments will stop entirely after this commit. Because there is no alternate Python updater configured in this repository, this is a regression in dependency maintenance and vulnerability response.

Useful? React with 👍 / 👎.

directory: "/studio/frontend"
schedule:
Expand Down
Loading