mirror of
https://github.com/XFox111/easylogon-web.git
synced 2026-07-02 19:52:45 +03:00
chore(ci): update dependabot config to group npm bumps (no regex)
This commit is contained in:
+13
-7
@@ -20,25 +20,31 @@ updates:
|
|||||||
- "*"
|
- "*"
|
||||||
dependency-type: development
|
dependency-type: development
|
||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
- "^@types/react(-dom)?$"
|
- "@types/react"
|
||||||
- "^scheduler$"
|
- "@types/react-dom"
|
||||||
|
- "scheduler"
|
||||||
deps:
|
deps:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
dependency-type: production
|
dependency-type: production
|
||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
- "^react(-dom)?$"
|
- "react"
|
||||||
|
- "react-dom"
|
||||||
react:
|
react:
|
||||||
patterns:
|
patterns:
|
||||||
- "^react(-dom)?$"
|
- "react"
|
||||||
- "^@types/react(-dom)?$"
|
- "react-dom"
|
||||||
|
- "@types/react"
|
||||||
|
- "@types/react-dom"
|
||||||
update-types:
|
update-types:
|
||||||
- minor
|
- minor
|
||||||
- patch
|
- patch
|
||||||
react-next:
|
react-next:
|
||||||
patterns:
|
patterns:
|
||||||
- "^react(-dom)?$"
|
- "react"
|
||||||
- "^@types/react(-dom)?$"
|
- "react-dom"
|
||||||
|
- "@types/react"
|
||||||
|
- "@types/react-dom"
|
||||||
update-types:
|
update-types:
|
||||||
- major
|
- major
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user