mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
🔧 尝试为depdentabot的pr分组 (#360)
This commit is contained in:
parent
b9b3a5b857
commit
8eae2f9d9c
49
.github/dependabot.yml
vendored
49
.github/dependabot.yml
vendored
@ -9,15 +9,64 @@ updates:
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
prod-patch-update:
|
||||
dependency-type: "production"
|
||||
update-type: "patch"
|
||||
prod-minor-update:
|
||||
dependency-type: "production"
|
||||
update-type: "minor"
|
||||
prod-major-update:
|
||||
dependency-type: "production"
|
||||
update-type: "major"
|
||||
dev-patch-update:
|
||||
dependency-type: "development"
|
||||
update-type: "patch"
|
||||
dev-minor-update:
|
||||
dependency-type: "development"
|
||||
update-type: "minor"
|
||||
dev-major-update:
|
||||
dependency-type: "development"
|
||||
update-type: "major"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
docs-update:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/admin-frontend/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
groups:
|
||||
prod-patch-update:
|
||||
dependency-type: "production"
|
||||
update-type: "patch"
|
||||
prod-minor-update:
|
||||
dependency-type: "production"
|
||||
update-type: "minor"
|
||||
prod-major-update:
|
||||
dependency-type: "production"
|
||||
update-type: "major"
|
||||
dev-patch-update:
|
||||
dependency-type: "development"
|
||||
update-type: "patch"
|
||||
dev-minor-update:
|
||||
dependency-type: "development"
|
||||
update-type: "minor"
|
||||
dev-major-update:
|
||||
dependency-type: "development"
|
||||
update-type: "major"
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
groups:
|
||||
actions-update:
|
||||
patterns:
|
||||
- "*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user