Merge pull request #498 from versity/ben/dependabot

chore: allow dependabot to update indirect dependencies
This commit is contained in:
Ben McClelland
2024-04-05 19:47:06 -07:00
committed by GitHub
+4
View File
@@ -8,3 +8,7 @@ updates:
dev-dependencies:
patterns:
- "*"
allow:
# Allow both direct and indirect updates for all packages
- dependency-type: "all"