Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

Commit 28ec7e4

Browse files
testclaude
authored andcommitted
Use glob for composite action directories in dependabot.yml
Replace the hardcoded list of four composite action directories with `/.github/actions/*`. GitHub's `directories:` field supports single-level glob matching, so adding a new composite action requires zero dependabot.yml changes going forward. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d4e320b commit 28ec7e4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ updates:
88
patterns: ["*"]
99
- package-ecosystem: github-actions
1010
directories:
11-
- /.github/actions/bun_install
12-
- /.github/actions/rust_toolchain
13-
- /.github/actions/docker_compose_up
14-
- /.github/actions/playwright_install
11+
- /.github/actions/*
1512
schedule: { interval: weekly }
1613
groups:
1714
composite-action-internals:

0 commit comments

Comments
 (0)