Relocate the WASM workspace from ui/webui/resources/wasm/ to third_party/wasm/, following the convention of third_party/rust/. This is a plain move with path updates — no structural changes to the workspace, crate locations within it, or build targets.
15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>brave/renovate-config"],
|
|
"addLabels": ["CI/skip", "dependencies", "renovate"],
|
|
"draftPR": true,
|
|
"ignorePaths": [
|
|
"components/**",
|
|
"ios/**",
|
|
"test/**",
|
|
"third_party/**",
|
|
"tools/crates/vendor/**",
|
|
"third_party/wasm/**"
|
|
]
|
|
}
|