mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-18 10:06:09 -07:00
Chore: Add groups for React and Testing Library in Dependabot config (#6923)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user