biofriction-wp-theme/node_modules/http-proxy/renovate.json

20 lines
369 B
JSON
Raw Permalink Normal View History

2021-10-26 14:18:09 +02:00
{
"platform": "github",
"autodiscover": false,
"requireConfig": true,
"ignoreNpmrcFile": true,
"rangeStrategy": "replace",
"packageRules": [
{
"packagePatterns": [
"*"
],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
],
"commitMessagePrefix": "[dist]"
}