Skip to content

Commit

Permalink
Merge pull request #832 from nextcloud/feature/renovate-groups
Browse files Browse the repository at this point in the history
feat(tool): Configure renovate groups
  • Loading branch information
provokateurin authored Sep 23, 2023
2 parents 5ebdb6f + f1eba03 commit 4a42976
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
]
}

0 comments on commit 4a42976

Please sign in to comment.