chore: update dependabot
This commit is contained in:
27
.github/dependabot.yml
vendored
27
.github/dependabot.yml
vendored
@@ -3,11 +3,30 @@ updates:
|
|||||||
- package-ecosystem: 'npm'
|
- package-ecosystem: 'npm'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'monthly'
|
interval: 'weekly'
|
||||||
open-pull-requests-limit: 10
|
groups:
|
||||||
|
# 生产依赖 - 小版本更新
|
||||||
|
production-dependencies:
|
||||||
|
dependency-type: 'production'
|
||||||
|
update-types:
|
||||||
|
- 'minor'
|
||||||
|
- 'patch'
|
||||||
|
|
||||||
|
# 开发依赖 - 小版本更新
|
||||||
|
development-dependencies:
|
||||||
|
dependency-type: 'development'
|
||||||
|
update-types:
|
||||||
|
- 'minor'
|
||||||
|
- 'patch'
|
||||||
|
|
||||||
|
# Major 更新单独处理(不分组,需要人工审查)
|
||||||
|
# 安全更新也不分组,Dependabot 会自动优先创建独立 PR
|
||||||
|
|
||||||
- package-ecosystem: 'github-actions'
|
- package-ecosystem: 'github-actions'
|
||||||
directory: '/'
|
directory: '/'
|
||||||
schedule:
|
schedule:
|
||||||
interval: 'monthly'
|
interval: 'weekly'
|
||||||
open-pull-requests-limit: 5
|
groups:
|
||||||
|
github-actions:
|
||||||
|
patterns:
|
||||||
|
- '*'
|
||||||
|
|||||||
Reference in New Issue
Block a user