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:
+73
-67
@@ -1,73 +1,79 @@
|
|||||||
# 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: "/"
|
||||||
target-branch: "next"
|
target-branch: "next"
|
||||||
assignees:
|
assignees:
|
||||||
- "XFox111"
|
- "XFox111"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
groups:
|
groups:
|
||||||
dev-deps:
|
dev-deps:
|
||||||
patterns:
|
patterns:
|
||||||
- "*"
|
- "*"
|
||||||
dependency-type: development
|
dependency-type: development
|
||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
- "^@types/react(-dom)?$"
|
- "@types/react"
|
||||||
- "^scheduler$"
|
- "@types/react-dom"
|
||||||
deps:
|
- "scheduler"
|
||||||
patterns:
|
deps:
|
||||||
- "*"
|
patterns:
|
||||||
dependency-type: production
|
- "*"
|
||||||
exclude-patterns:
|
dependency-type: production
|
||||||
- "^react(-dom)?$"
|
exclude-patterns:
|
||||||
react:
|
- "react"
|
||||||
patterns:
|
- "react-dom"
|
||||||
- "^react(-dom)?$"
|
react:
|
||||||
- "^@types/react(-dom)?$"
|
patterns:
|
||||||
update-types:
|
- "react"
|
||||||
- minor
|
- "react-dom"
|
||||||
- patch
|
- "@types/react"
|
||||||
react-next:
|
- "@types/react-dom"
|
||||||
patterns:
|
update-types:
|
||||||
- "^react(-dom)?$"
|
- minor
|
||||||
- "^@types/react(-dom)?$"
|
- patch
|
||||||
update-types:
|
react-next:
|
||||||
- major
|
patterns:
|
||||||
|
- "react"
|
||||||
|
- "react-dom"
|
||||||
|
- "@types/react"
|
||||||
|
- "@types/react-dom"
|
||||||
|
update-types:
|
||||||
|
- major
|
||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
target-branch: "next"
|
target-branch: "next"
|
||||||
assignees:
|
assignees:
|
||||||
- "XFox111"
|
- "XFox111"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
|
|
||||||
- package-ecosystem: "devcontainers"
|
- package-ecosystem: "devcontainers"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
target-branch: "next"
|
target-branch: "next"
|
||||||
assignees:
|
assignees:
|
||||||
- "XFox111"
|
- "XFox111"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
target-branch: "next"
|
target-branch: "next"
|
||||||
assignees:
|
assignees:
|
||||||
- "XFox111"
|
- "XFox111"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
open-pull-requests-limit: 20
|
open-pull-requests-limit: 20
|
||||||
|
|||||||
Reference in New Issue
Block a user