From 35071c2719bc0688fb7ec61246d9bacd5b993a68 Mon Sep 17 00:00:00 2001 From: shuaiplus <2327005759@qq.com> Date: Tue, 30 Jun 2026 13:36:00 +0800 Subject: [PATCH] ci: limit risky dependabot updates --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ffedab4..3f3db6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,6 +14,10 @@ updates: update-types: - "minor" - "patch" + ignore: + - dependency-name: "tailwindcss" + update-types: + - "version-update:semver-major" - package-ecosystem: "github-actions" directory: "/" @@ -22,8 +26,8 @@ updates: day: "monday" time: "05:10" timezone: "Asia/Shanghai" - open-pull-requests-limit: 5 + open-pull-requests-limit: 0 groups: github-actions: patterns: - - "*" \ No newline at end of file + - "*"