Skip to content

Commit 27ba476

Browse files
chore(dependabot): Add groups for datafusion, wasm-bindgen, and savvy (#400)
1 parent 71c2786 commit 27ba476

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ updates:
3131
day: "sunday"
3232
open-pull-requests-limit: 50
3333
ignore:
34-
# For all packages, ignore all patch updates
34+
# For all packages, ignore all patch updates
3535
- dependency-name: "*"
3636
update-types: ["version-update:semver-patch"]
3737
groups:
@@ -40,3 +40,16 @@ updates:
4040
patterns:
4141
- "arrow*"
4242
- "parquet"
43+
datafusion:
44+
applies-to: version-updates
45+
patterns:
46+
- "datafusion*"
47+
wasm-bindgen:
48+
applies-to: version-updates
49+
patterns:
50+
- "wasm-bindgen*"
51+
- "web-sys"
52+
savvy:
53+
applies-to: version-updates
54+
patterns:
55+
- "savvy*"

0 commit comments

Comments
 (0)