Skip to content

Commit

Permalink
ci: 调整依赖更新范围和分组配置
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed Apr 16, 2023
1 parent 97acecd commit 62942bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
":labels(dependencies)"
],
"rebaseWhen": "never",
"rangeStrategy": "bump",
"packageRules": [
{
"groupName": "{{manager}} dependencies",
"matchPackagePatterns": [
"*"
"groupName": "gradle dependencies",
"matchManagers": [
"gradle"
],
"matchUpdateTypes": [
"minor",
Expand Down

0 comments on commit 62942bd

Please sign in to comment.