1
0
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:
2025-11-11 13:59:59 +03:00
committed by GitHub
parent 33420a4968
commit d3a34ebe83
+18 -12
View File
@@ -1,10 +1,10 @@
# Please see the documentation for all configuration options: # Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json # yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
version: 2 version: 2
updates: updates:
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "/" directory: "/"
@@ -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