Skip to content

Commit

Permalink
renovate.json: disable for wit-bindgen
Browse files Browse the repository at this point in the history
* i want to manage it manually at least for now.

* there are a few more places the version is hardcoded than
  renovate proposes updates.
  • Loading branch information
yamt committed Dec 6, 2023
1 parent 2a5027f commit 5664c61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"matchPackagePatterns": ["^wasmtime"],
"enabled": false
},
{
"matchPackagePatterns": ["^wit-bindgen"],
"enabled": false
}
]
}

0 comments on commit 5664c61

Please sign in to comment.