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
Added dependency groups for development and production dependencies in Dependabot configuration.
This commit is contained in:
+27
-1
@@ -14,7 +14,33 @@ updates:
|
|||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
open-pull-requests-limit: 20
|
groups:
|
||||||
|
dev-deps:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
dependency-type: development
|
||||||
|
exclude-patterns:
|
||||||
|
- "^@types/react(-dom)?$"
|
||||||
|
- "^scheduler$"
|
||||||
|
deps:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
dependency-type: production
|
||||||
|
exclude-patterns:
|
||||||
|
- "^react(-dom)?$"
|
||||||
|
react:
|
||||||
|
patterns:
|
||||||
|
- "^react(-dom)?$"
|
||||||
|
- "^@types/react(-dom)?$"
|
||||||
|
update-types:
|
||||||
|
- minor
|
||||||
|
- patch
|
||||||
|
react-next:
|
||||||
|
patterns:
|
||||||
|
- "^react(-dom)?$"
|
||||||
|
- "^@types/react(-dom)?$"
|
||||||
|
update-types:
|
||||||
|
- major
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
|||||||
Reference in New Issue
Block a user