Skip to content

Commit

Permalink
Update renovate rules to create a single PR for all deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamsinghmutualmobile committed Oct 25, 2023
1 parent c9a083d commit bf7398c
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 bf7398c

Please sign in to comment.