Skip to content

Commit 94c7753

Browse files
committed
chore(renovate): ignore oxc,oxfmt,oxlint,tsgolint updates
1 parent fbd56e1 commit 94c7753

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
"matchPackageNames": ["vitest-dev"],
1515
"enabled": false
1616
},
17+
{
18+
"description": "Ignore oxc crate updates",
19+
"matchManagers": ["cargo"],
20+
"matchPackageNames": ["/^oxc([_-].*)?$/"],
21+
"enabled": false
22+
},
23+
{
24+
"description": "Ignore oxlint and oxfmt package updates",
25+
"matchManagers": ["npm"],
26+
"matchPackageNames": ["oxfmt", "oxlint", "oxlint-tsgolint"],
27+
"enabled": false
28+
},
1729
{
1830
"matchDepNames": [
1931
"fspy",

0 commit comments

Comments
 (0)