Skip to content

Commit 1e48533

Browse files
committed
ci: configure Dependabot for GitHub Actions composite actions
1 parent d7a8869 commit 1e48533

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,18 @@ updates:
2323

2424
# GitHub Actions
2525
- package-ecosystem: github-actions
26-
directory: "/"
26+
directories:
27+
- "/"
28+
- "/.github/actions/*"
2729
schedule:
2830
interval: "weekly"
31+
# Cooldown applies only to version updates, not security updates
32+
cooldown:
33+
default-days: 14
2934
groups:
35+
# Group all version updates into a single PR; security updates remain ungrouped
3036
github-actions:
37+
applies-to: version-updates
3138
patterns:
3239
- "*"
3340
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)