mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +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
|
directory: "/" # Location of package manifests
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
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"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
groups:
|
||||||
|
docs-update:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/admin-frontend/"
|
directory: "/admin-frontend/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
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
|
- package-ecosystem: github-actions
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
groups:
|
||||||
|
actions-update:
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user