Skip to content

MaronHatoum/renovate-body-is-too-long

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Minimal reproduction

Github issue

Logs

Current behavior

Renovate fails to create a PR when using the following rules:

// renovate.json
{
  "groupName": "all deps",
  "matchPaths": ["+(package.json)"]
}

Together with these deps in package.json

// package.json
{
  "dependencies": {
    "esbuild": "0.11.6",
    "i18next": "20.4.0",
    "json-schema-faker": "0.5.0-rcv.41"
  }
}

For more details please take a look at the logs

Expected behavior

Should be able to create a PR containing an upgrade of all these 3 deps