mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-25 21:41:17 -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"
|
interval: "weekly"
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 7
|
default-days: 7
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
cooldown:
|
cooldown:
|
||||||
default-days: 7
|
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