Browse Source

Merge pull request #832 from nextcloud/feature/renovate-groups

feat(tool): Configure renovate groups
pull/838/head
Kate 1 year ago committed by GitHub
parent
commit
4a42976fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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