oxc/.github/renovate.json

8 lines
234 B
JSON

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