mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
chore(renovate): ignore napi/ and npm/
This commit is contained in:
parent
16729ae950
commit
ea2e957a48
1 changed files with 6 additions and 0 deletions
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
|
|
@ -30,6 +30,12 @@
|
|||
"matchManagers": ["npm"],
|
||||
"schedule": ["on monday"],
|
||||
"assignees": ["@Boshen"]
|
||||
},
|
||||
{
|
||||
"groupName": "off",
|
||||
"matchFileNames": ["napi/*/package.json", "npm/*/package.json"],
|
||||
"matchManagers": ["npm"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue