Skip to content

Commit d0d1508

Browse files
ci: improve dependabot grouping
Group wasm-bindgen with js-sys (lockstep, mirrors the existing napi group) and group the JS tooling (oxlint, oxfmt, fallow) to cut weekly PR noise. Add a chore commit-message prefix across all three ecosystems so Dependabot PRs follow conventional commits and the release-drafter autolabeler.
1 parent a77ad3e commit d0d1508

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ updates:
66
interval: weekly
77
cooldown:
88
default-days: 7
9+
commit-message:
10+
prefix: chore
911
groups:
1012
napi:
1113
patterns: ["napi", "napi-derive", "napi-build"]
14+
wasm-bindgen:
15+
patterns: ["wasm-bindgen", "js-sys"]
1216
open-pull-requests-limit: 10
1317

1418
- package-ecosystem: npm
@@ -17,9 +21,13 @@ updates:
1721
interval: weekly
1822
cooldown:
1923
default-days: 7
24+
commit-message:
25+
prefix: chore
2026
groups:
2127
napi-toolchain:
2228
patterns: ["@napi-rs/*"]
29+
js-tooling:
30+
patterns: ["oxlint", "oxfmt", "fallow"]
2331
ignore:
2432
# Self-published platform binaries; bumped in lockstep by the release
2533
# process to match the package version, never independently by Dependabot.
@@ -32,3 +40,5 @@ updates:
3240
interval: weekly
3341
cooldown:
3442
default-days: 7
43+
commit-message:
44+
prefix: chore

0 commit comments

Comments
 (0)