We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e479320 commit 1ef058dCopy full SHA for 1ef058d
1 file changed
.github/dependabot.yml
@@ -23,6 +23,8 @@ updates:
23
- "tailwindcss"
24
- "@tailwindcss/*"
25
- "postcss"
26
+ dependencies:
27
+ patterns: ["*"]
28
cooldown:
29
# https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
30
# Cooldowns protect against supply chain attacks by avoiding the
@@ -34,5 +36,9 @@ updates:
34
36
schedule:
35
37
interval: monthly
38
open-pull-requests-limit: 5
39
+ groups:
40
+ actions:
41
+ patterns:
42
+ - "*"
43
44
default-days: 14
0 commit comments