mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
17 lines
323 B
JSON
17 lines
323 B
JSON
{
|
|
"extends": ["local>qlik-oss/renovate-config"],
|
|
"circleci": {
|
|
"ignoreDeps": []
|
|
},
|
|
"ignoreDeps": ["react-virtualized-auto-sizer"],
|
|
"semanticCommits": true,
|
|
"rangeStrategy": "bump",
|
|
"packageRules": [
|
|
{
|
|
"depTypeList": ["engines"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"dependencyDashboard": true
|
|
}
|