Skip to content

Commit a2da29e

Browse files
authored
chore(renovate): ignore oxc,oxfmt,oxlint,tsgolint updates (#1372)
Broooklyn updates oxlint/oxfmt/oxlint-tsgolint/oxc/rolldown/vite/vitest/tsdown crates in e.g. #1334, #1267 so we don't need renovate to make these PRs and clog up our GH notifications
1 parent f95ad4e commit a2da29e

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.github/renovate.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,26 @@
1111
],
1212
"packageRules": [
1313
{
14-
"matchPackageNames": ["vitest-dev"],
14+
"description": "Ignore selected npm package updates",
15+
"matchManagers": ["npm"],
16+
"matchPackageNames": [
17+
"rolldown",
18+
"/^oxc-.*/",
19+
"@oxc-node/*",
20+
"oxfmt",
21+
"oxlint",
22+
"oxlint-tsgolint",
23+
"tsdown",
24+
"vite",
25+
"vitest",
26+
"vitest-dev"
27+
],
28+
"enabled": false
29+
},
30+
{
31+
"description": "Ignore oxc crate updates",
32+
"matchManagers": ["cargo"],
33+
"matchPackageNames": ["/^oxc([_-].*)?$/"],
1534
"enabled": false
1635
},
1736
{

0 commit comments

Comments
 (0)