mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
16 lines
273 B
JSON
16 lines
273 B
JSON
{
|
|
"extends": ["local>qlik-oss/renovate-config"],
|
|
"circleci": {
|
|
"ignoreDeps": []
|
|
},
|
|
"semanticCommits": true,
|
|
"rangeStrategy": "bump",
|
|
"packageRules": [
|
|
{
|
|
"depTypeList": ["engines"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"dependencyDashboard": true
|
|
}
|