This repository was archived by the owner on Jun 14, 2026. It is now read-only.
Commit 28ec7e4
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 11 | + | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| |||
0 commit comments