Skip to content

Commit 2e2cc9b

Browse files
OgeonX-AiAitomatesclaude
authored
ci: add dependabot github-actions updates (#23)
Add a github-actions package ecosystem entry so third-party actions pinned with mutable tags (e.g. @v4) get auto-updated weekly. Co-authored-by: Kim Harjamäki <kim.harjamaki@prosimo.fi> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b6e2375 commit 2e2cc9b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ updates:
88
all:
99
patterns:
1010
- "*"
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
groups:
16+
all:
17+
patterns:
18+
- "*"

0 commit comments

Comments
 (0)