From 9398ae2c5f1e5cd8c351aa157bd6716362bd97e0 Mon Sep 17 00:00:00 2001 From: taiphanvan2k3 Date: Mon, 3 Nov 2025 21:17:58 +0700 Subject: [PATCH] chore: Update dependabot content --- .github/dependabot.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bc18f00..ab5cb84 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 \ No newline at end of file