Browse Source

feat(tool): Configure renovate groups

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/832/head
jld3103 1 year ago
parent
commit
f1eba0321f
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 34
      .github/renovate.json

34
.github/renovate.json

@ -6,5 +6,37 @@
"labels": [
"dependencies"
],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"packageRules": [
{
"groupName": "built_value",
"matchPackagePatterns": "^built"
},
{
"groupName": "go_router",
"matchPackagePatterns": "^go_router"
},
{
"groupName": "sqflite",
"matchPackagePatterns": "^sqflite"
},
{
"groupName": "unifiedpush",
"matchPackagePatterns": "^unifiedpush"
},
{
"groupName": "xml_serializable",
"matchPackageNames": [
"xml_annotation",
"xml_serializable"
]
},
{
"groupName": "json_serializable",
"matchPackageNames": [
"json_annotation",
"json_serializable"
]
}
]
}

Loading…
Cancel
Save