Commit 59437eb
committed
ci(deps): stop Dependabot writing titles the changelog cannot parse
Every Dependabot pull request so far has been titled "ci(deps)(deps):
bump ...". `include: scope` appends (deps) or (deps-dev) to whatever
prefix is configured, and the prefix already spelled it, so the two
combined to produce a scope twice over — which the conventional-commits
preset JReleaser generates the release notes with cannot group.
The labels were wrong in the same quiet way: `maven` and `github-actions`
do not exist in this repository, so Dependabot has only ever applied
`dependencies`. Pointing at `java` and `github_actions`, which it created
itself, makes the config describe what actually happens rather than
adding two near-duplicates to the taxonomy.
`build` rather than `chore` for a dependency bump: it is the Conventional
Commits type for exactly that, and it is on the list CONTRIBUTING.md
gives contributors, where `chore` never was.1 parent 6e13a99 commit 59437eb
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
| |||
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
13 | | - | |
| 19 | + | |
14 | 20 | | |
15 | | - | |
16 | | - | |
| 21 | + | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | | - | |
| 34 | + | |
29 | 35 | | |
30 | | - | |
| 36 | + | |
31 | 37 | | |
0 commit comments