Skip to content

Commit

Permalink
GH-66 Create group in renovate.json to merge all incoming bumps to on…
Browse files Browse the repository at this point in the history
…e PR! (#66)

* Bump dependencies and project version.

* Update renovate.json
  • Loading branch information
Jakubk15 authored Jan 30, 2023
1 parent 020e0df commit 72eeafe
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,20 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"groupName": "all dependencies",
"groupSlug": "all",
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": [
"*"
]
}
],
"separateMajorMinor": false
}

0 comments on commit 72eeafe

Please sign in to comment.