Skip to content

Commit

Permalink
ci: 使用依赖更新分组
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Sep 5, 2023
1 parent 48ec188 commit 1e0d44e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
production-dependencies:
dependency-type: "production"
update-types:
- "patch"
- "minor"
development-dependencies:
dependency-type: "development"
update-types:
- "patch"
- "minor"
- "major"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
actions-update:
patterns:
- "*"

0 comments on commit 1e0d44e

Please sign in to comment.