Commit 677eb15
chore: fix dependabot labels and add scope tags (#736)
## Summary
- Fix `type:ci` -> `type:infra` in dependabot.yml (`type:ci` label never
existed, `type:infra` covers "CI/CD, tooling, project setup")
- Add `dependencies` label to all ecosystems for unified filtering (`gh
pr list --label dependencies`)
- Split npm `/web` and `/site` into separate entries so they get
distinct scope labels
- Add scope labels: `scope:web`, `scope:site`, `scope:cli`,
`scope:docker` for quick visual identification
- Delete orphaned `javascript` label (Dependabot default that was never
used since we override labels)
Labels already created on the repo: `scope:site`, `scope:cli`,
`scope:docker`, `scope:web` (updated description).
## Test plan
- [ ] Verify Dependabot picks up the new config and stops complaining
about missing `type:ci`
- [ ] Confirm new PRs from each ecosystem get the correct label
combination
## Review
Quick mode (config-only change, no code). No agents run.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>1 parent 859bc25 commit 677eb15
1 file changed
+40
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | | - | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
99 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
100 | 125 | | |
101 | 126 | | |
102 | 127 | | |
| |||
115 | 140 | | |
116 | 141 | | |
117 | 142 | | |
118 | | - | |
| 143 | + | |
| 144 | + | |
119 | 145 | | |
120 | 146 | | |
121 | 147 | | |
| |||
134 | 160 | | |
135 | 161 | | |
136 | 162 | | |
| 163 | + | |
137 | 164 | | |
| 165 | + | |
138 | 166 | | |
139 | 167 | | |
140 | 168 | | |
| |||
155 | 183 | | |
156 | 184 | | |
157 | 185 | | |
| 186 | + | |
158 | 187 | | |
| 188 | + | |
159 | 189 | | |
160 | 190 | | |
161 | 191 | | |
| |||
174 | 204 | | |
175 | 205 | | |
176 | 206 | | |
| 207 | + | |
177 | 208 | | |
| 209 | + | |
178 | 210 | | |
179 | 211 | | |
180 | 212 | | |
| |||
193 | 225 | | |
194 | 226 | | |
195 | 227 | | |
| 228 | + | |
196 | 229 | | |
| 230 | + | |
0 commit comments