oxc/.github/renovate.json
2024-12-14 13:25:22 +08:00

7 lines
204 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>Boshen/renovate", "helpers:pinGitHubActionDigests"],
"ignorePaths": [
"crates/oxc_linter/fixtures/**"
]
}