Commit d63a0ab
fix(ci): remove placeholder entry blocking Dependabot
This dependabot.yml carries GitHub's unedited placeholder alongside a real,
correct entry:
- package-ecosystem: "" # See documentation for possible values
An empty package-ecosystem fails schema validation and GitHub rejects the WHOLE
file, so the real github-actions entry has never run either.
MEASURED: the three estate repos in exactly this state (blocky-writer, jtv-lang,
lcb-website) have 0 Dependabot PRs between them, while comparable repos with
valid configs have 7-63 (aerie 7, standards 8, affinescript 16, hypatia 63).
All three do have .github/workflows/ to update.
Removing the stub leaves the real entry intact and unblocks it. Any entry that
lacked a groups: block gets one, so an ecosystem bump arrives as ONE PR rather
than one per dependency.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent ac55347 commit d63a0ab
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 8 | | |
13 | 9 | | |
14 | 10 | | |
| |||
0 commit comments