Skip to content

Commit

Permalink
fix(ci): Group test packages in renovate
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Dec 13, 2023
1 parent 9d3f519 commit 3e2e445
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
"json_annotation",
"json_serializable"
]
},
{
"groupName": "test",
"matchPackageNames": [
"test",
"test_api",
"test_core"
]
}
]
}

0 comments on commit 3e2e445

Please sign in to comment.