Files
brave-core/.github/renovate.json
T
Anthony Tseng fef2a76f4c Move WASM workspace to third_party/wasm/ (#34497)
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.
2026-03-09 22:50:50 +00:00

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/**"
]
}