mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
16 lines
213 B
JSON
16 lines
213 B
JSON
{
|
|
"extends": [
|
|
"github>unjs/renovate-config"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"depTypeList": ["peerDependencies"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"ignoreDeps": [
|
|
"webpack-cli",
|
|
"node"
|
|
]
|
|
}
|