Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christoferolaison/renovate-body-is-too-long
reproduction to https://github.com/renovatebot/renovate/issues/14551
https://github.com/christoferolaison/renovate-body-is-too-long
Last synced: 10 days ago
JSON representation
reproduction to https://github.com/renovatebot/renovate/issues/14551
- Host: GitHub
- URL: https://github.com/christoferolaison/renovate-body-is-too-long
- Owner: christoferolaison
- Created: 2022-03-22T10:41:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-21T14:36:24.000Z (16 days ago)
- Last Synced: 2024-12-21T15:29:36.286Z (16 days ago)
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal reproduction
[Github issue](https://github.com/renovatebot/renovate/issues/14551)
[Logs](https://github.com/christoferolaison/renovate-body-is-too-long/blob/main/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](https://github.com/christoferolaison/renovate-body-is-too-long/blob/main/logs)## Expected behavior
Should be able to create a PR containing an upgrade of all these 3 deps