Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
ignore:
# Block major version updates (e.g., 3.13 -> 3.14)
# Allow only patch and minor updates within 3.13.x
- dependency-name: "python"
update-types: ["version-update:semver-major"]

# Monitor Python packages
- package-ecosystem: "pip"
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
target: main
merge-method: squash
merge-commit-message: pull-request-title
skip-if-mergeable: false
skip-if-checks-pending: true
skip-if-required-checks-pending: true
use-github-auto-merge: true
skip-verification: false