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
chore: Update dependabot content
  • Loading branch information
taiphanvan2k3 committed Nov 3, 2025
commit 9398ae2c5f1e5cd8c351aa157bd6716362bd97e0
18 changes: 17 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,20 @@ updates:
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"

# Bỏ qua tất cả major version updates (breaking changes)
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

# Gộp các updates nhỏ lại thành 1 PR
groups:
minor-and-patch:
update-types:
- "minor"
- "patch"

# Giới hạn số PR mở cùng lúc
open-pull-requests-limit: 5