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 + - "*"