Commit 33a61b0
committed
Make dependabot commit messages consistent with the project
Dependabot defaults to conventional commits: build(deps): ...
This is not consistent with a project history where conventional commits
are not used.
This commit replaces the prefix with "uv.lock: ". No distinction
between build deps and dev deps, because as far as I can tell the rest
of the message is enough to disambiguate.
Example:
uv.lock: bump the base-deps group across 1 directory with 3 updates
Signed-off-by: Samuel Verschelde <stormi-xcp@ylix.fr>1 parent 5e5b010 commit 33a61b0
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments