We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a8869 commit 1e48533Copy full SHA for 1e48533
1 file changed
.github/dependabot.yml
@@ -23,11 +23,18 @@ updates:
23
24
# GitHub Actions
25
- package-ecosystem: github-actions
26
- directory: "/"
+ directories:
27
+ - "/"
28
+ - "/.github/actions/*"
29
schedule:
30
interval: "weekly"
31
+ # Cooldown applies only to version updates, not security updates
32
+ cooldown:
33
+ default-days: 14
34
groups:
35
+ # Group all version updates into a single PR; security updates remain ungrouped
36
github-actions:
37
+ applies-to: version-updates
38
patterns:
39
- "*"
40
open-pull-requests-limit: 10
0 commit comments