Skip to content

Commit 33a61b0

Browse files
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

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ updates:
1010
day: "sunday"
1111
cooldown:
1212
default-days: 7
13+
commit-message:
14+
prefix: "uv.lock: "
1315
groups:
1416
ci-deps:
1517
patterns:
@@ -23,6 +25,8 @@ updates:
2325
open-pull-requests-limit: 10
2426
cooldown:
2527
default-days: 7
28+
commit-message:
29+
prefix: "uv.lock: "
2630
groups:
2731
base-deps:
2832
dependency-type: "production"

0 commit comments

Comments
 (0)