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
7 changes: 1 addition & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 2
# SECURITY: Automated dependency updates with security-focused grouping
# Automated dependency updates for Python packages
updates:
# Enable version updates for Python packages
- package-ecosystem: "pip"
Expand Down Expand Up @@ -27,11 +27,6 @@ updates:
update-types:
- "minor"
- "patch"
security-updates:
patterns:
- "*"
update-types:
- "security"
# Configuration options
open-pull-requests-limit: 5
# Allow auto-merge for security updates
Expand Down
Loading