mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
24a1ff3b49
Until we split up the rest of the codebase into workspaces, having a separate dependabot group for docsite won't work since the root rule will always conflict
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
time: "09:00"
|
|
timezone: "America/Los_Angeles"
|
|
groups:
|
|
dev-dependencies:
|
|
dependency-type: "development"
|
|
exclude-patterns:
|
|
- "*storybook*"
|
|
- "*electron*"
|
|
storybook:
|
|
patterns:
|
|
- "*storybook*"
|
|
prod-dependencies:
|
|
dependency-type: "production"
|
|
exclude-patterns:
|
|
- "*electron*"
|
|
- "jotai"
|
|
electron:
|
|
patterns:
|
|
- "*electron*"
|
|
docusaurus:
|
|
patterns:
|
|
- "*docusaurus*"
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
time: "09:00"
|
|
timezone: "America/Los_Angeles"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/workflows"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
time: "09:00"
|
|
timezone: "America/Los_Angeles"
|