Skip to content

Commit 66af593

Browse files
committed
chore(deps): add GitHub Actions composite actions configuration
Configured Dependabot to manage composite actions in .github/actions directory with daily updates and specific PR limits.
1 parent 70dbf84 commit 66af593

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,27 @@ updates:
6868
prefix: "chore"
6969
include: "scope"
7070

71+
# ──────────────────────────────────────────────────────────────
72+
# 2b. GitHub Actions — Composite Actions (.github/actions/*)
73+
# ──────────────────────────────────────────────────────────────
74+
- package-ecosystem: "github-actions"
75+
directories:
76+
- "/.github/actions/*"
77+
target-branch: "master"
78+
schedule:
79+
interval: "daily"
80+
time: "08:15"
81+
timezone: "America/New_York"
82+
groups:
83+
ghactions-all:
84+
patterns: ["*"]
85+
open-pull-requests-limit: 5
86+
assignees: ["mrz1836"]
87+
labels: ["chore", "dependencies", "github-actions"]
88+
commit-message:
89+
prefix: "chore"
90+
include: "scope"
91+
7192
# ──────────────────────────────────────────────────────────────
7293
# 3. DevContainer (devcontainer.json : base image + features)
7394
# ──────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)