chore: allow dependabot to update indirect dependencies

This commit is contained in:
Ben McClelland
2024-04-05 17:40:25 -07:00
parent 0b6fb58c1c
commit a7f08b8341
+4
View File
@@ -8,3 +8,7 @@ updates:
dev-dependencies:
patterns:
- "*"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"