1
0
mirror of https://github.com/XFox111/PasswordGeneratorExtension.git synced 2026-04-22 08:08:01 +03:00

Updated dependabot config to combine npm bumps

Added groups for managing dependencies in dependabot configuration.
This commit is contained in:
2025-11-11 14:20:09 +03:00
committed by GitHub
parent 3187aa9a9a
commit 595eb78060
+32 -1
View File
@@ -16,7 +16,38 @@ updates:
schedule:
interval: monthly
rebase-strategy: disabled
open-pull-requests-limit: 20
groups:
dev-deps:
patterns:
- "*"
dependency-type: development
exclude-patterns:
- "@types/react"
- "@types/react-dom"
deps:
patterns:
- "*"
dependency-type: production
exclude-patterns:
- "react"
- "react-dom"
react:
patterns:
- "react"
- "react-dom"
- "@types/react"
- "@types/react-dom"
update-types:
- minor
- patch
react-next:
patterns:
- "react"
- "react-dom"
- "@types/react"
- "@types/react-dom"
update-types:
- major
- package-ecosystem: "github-actions"
directory: "/"