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
15 changes: 6 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ updates:
schedule:
interval: "monthly"
# Labels on pull requests for version updates only
labels: ["CI"]
labels: ["dependencies"]
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: "-"
# Allow up to 5 open pull requests for pip dependencies
open-pull-requests-limit: 5
reviewers:
- "borda"

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
Expand All @@ -30,10 +28,9 @@ updates:
# Labels on pull requests for version updates only
labels: ["CI"]
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

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

The label for GitHub Actions should be changed to "dependencies" to match the pip package ecosystem. Currently, pip uses "dependencies" (line 14) while GitHub Actions still uses "CI", creating an inconsistency in how dependency update PRs are labeled.

Suggested change
labels: ["CI"]
labels: ["dependencies"]

Copilot uses AI. Check for mistakes.
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
# for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
separator: "-"
# Allow up to 5 open pull requests for GitHub Actions
open-pull-requests-limit: 5
reviewers:
- "borda"
open-pull-requests-limit: 1
groups:
github-actions:
patterns:
- "*"