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
|
||||
exclude-patterns:
|
||||
- "^@types/react(-dom)?$"
|
||||
- "^scheduler$"
|
||||
- "@types/react"
|
||||
- "@types/react-dom"
|
||||
- "scheduler"
|
||||
deps:
|
||||
patterns:
|
||||
- "*"
|
||||
dependency-type: production
|
||||
exclude-patterns:
|
||||
- "^react(-dom)?$"
|
||||
- "react"
|
||||
- "react-dom"
|
||||
react:
|
||||
patterns:
|
||||
- "^react(-dom)?$"
|
||||
- "^@types/react(-dom)?$"
|
||||
- "react"
|
||||
- "react-dom"
|
||||
- "@types/react"
|
||||
- "@types/react-dom"
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
react-next:
|
||||
patterns:
|
||||
- "^react(-dom)?$"
|
||||
- "^@types/react(-dom)?$"
|
||||
- "react"
|
||||
- "react-dom"
|
||||
- "@types/react"
|
||||
- "@types/react-dom"
|
||||
update-types:
|
||||
- major
|
||||
|
||||
|
||||
Reference in New Issue
Block a user