@digital-blueprint/greenlight-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/greenlight-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/greenlight-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/greenlight-app/) | [Greenlight Bundle](ht
17 lines (16 loc) • 402 B
JSON
{
"extends": ["config:base", "group:allNonMajor", "schedule:weekly"],
"ignorePresets": [":prHourlyLimit2"],
"rangeStrategy": "update-lockfile",
"composer": {
"enabled": false
},
"cloneSubmodules": true,
"ignorePaths": ["**/bench/**"],
"packageRules": [
{
"matchPackageNames": ["pdfjs-dist"],
"allowedVersions": "<3"
}
]
}