diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9b7895..208a537 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,8 @@ updates: - "tailwindcss" - "@tailwindcss/*" - "postcss" + dependencies: + patterns: ["*"] cooldown: # https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns # Cooldowns protect against supply chain attacks by avoiding the @@ -34,5 +36,9 @@ updates: schedule: interval: monthly open-pull-requests-limit: 5 + groups: + actions: + patterns: + - "*" cooldown: default-days: 14