Skip to content

Commit 19caade

Browse files
Mlaz-codeclaude
andcommitted
chore(deps): add dependabot for github-actions
Weekly PR bumps SHA-pinned actions when upstream tags move. Grouped so all action updates arrive in one PR per week instead of per-action. Scope limited to github-actions only — pip/npm/gomod ecosystems are a separate decision (higher volume). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2e4932f commit 19caade

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Dependabot keeps SHA-pinned GitHub Actions fresh.
2+
#
3+
# We pin third-party actions by full commit SHA (e.g. orhun/git-cliff-action
4+
# @c93ef52f... # v4) so tag moves can't silently propagate into our runners.
5+
# But frozen SHAs also freeze security fixes. This config opens a weekly PR
6+
# to bump any action whose upstream tag has advanced since our last pin,
7+
# with the changelog inlined so review is short. All action updates are
8+
# grouped into a single PR per week to avoid a Monday flood.
9+
#
10+
# Scope: github-actions only. Adding gomod/pip/npm ecosystems is a separate
11+
# decision — those PRs are much higher volume.
12+
version: 2
13+
updates:
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
groups:
19+
actions:
20+
patterns: ["*"]
21+
commit-message:
22+
prefix: "chore(deps)"

0 commit comments

Comments
 (0)