Skip to content

Commit

Permalink
Add wasm-tools as package group (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel authored Aug 22, 2024
1 parent 4e49d62 commit cc6ff92
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,24 @@
"labels": ["dependencies"],
"packageRules": [
{
"matchPackagePatterns": "^wasmtime*",
"matchPackageNames": "^wasmtime*",
"groupName": "wasmtime"
},
{
"matchPackagePatterns": "^wit-bindgen*",
"matchPackageNames": "^wit-bindgen*",
"groupName": "wit-bindgen"
},
{
"matchPackagePatterns": "^rmp*",
"matchPackageNames": "^rmp*",
"groupName": "rmp"
},
{
"matchPackageNames": [
"wit-component",
"wit-parser",
"wasmprinter"
],
"groupName": "wasm-tools"
}
],
"customManagers": [
Expand Down

0 comments on commit cc6ff92

Please sign in to comment.