chore(renovate): ignore napi/ and npm/

This commit is contained in:
Boshen 2024-01-23 15:49:27 +08:00
parent 16729ae950
commit ea2e957a48
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801

View file

@ -30,6 +30,12 @@
"matchManagers": ["npm"],
"schedule": ["on monday"],
"assignees": ["@Boshen"]
},
{
"groupName": "off",
"matchFileNames": ["napi/*/package.json", "npm/*/package.json"],
"matchManagers": ["npm"],
"enabled": false
}
]
}