1
0
mirror of https://github.com/XFox111/easylogon-web.git synced 2026-07-02 19:52:45 +03:00
Files
easylogon-web/.github/dependabot.yml
T
xfox111 33420a4968 chore(ci): update dependabot config to group npm bumps
Added dependency groups for development and production dependencies in Dependabot configuration.
2025-11-11 13:44:25 +03:00

74 lines
1.7 KiB
YAML

# Please see the documentation for all configuration options:
# 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
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
target-branch: "next"
assignees:
- "XFox111"
schedule:
interval: monthly
rebase-strategy: disabled
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"
directory: "/"
target-branch: "next"
assignees:
- "XFox111"
schedule:
interval: monthly
rebase-strategy: disabled
open-pull-requests-limit: 20
- package-ecosystem: "devcontainers"
directory: "/"
target-branch: "next"
assignees:
- "XFox111"
schedule:
interval: monthly
rebase-strategy: disabled
open-pull-requests-limit: 20
- package-ecosystem: "docker"
directory: "/"
target-branch: "next"
assignees:
- "XFox111"
schedule:
interval: monthly
rebase-strategy: disabled
open-pull-requests-limit: 20