Chore: Add groups for React and Testing Library in Dependabot config (#6923)

This commit is contained in:
shamoon
2026-08-01 10:27:07 -07:00
committed by GitHub
parent a657eef258
commit e6b6166366
+11
View File
@@ -11,9 +11,20 @@ updates:
interval: "weekly"
cooldown:
default-days: 7
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
cooldown:
default-days: 7
groups:
react:
patterns:
- "react"
- "react-dom"
testing-library:
patterns:
- "@testing-library/jest-dom"
- "@testing-library/dom"