Skip to content

Commit

Permalink
Chore(renovate): Set separateMajorMinor to false for devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Dec 6, 2021
1 parent 71ddd3d commit 6020fe2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
"branchPrefix": "dependencies/",
"commitMessagePrefix": "Deps: ",
"packageRules": [
{
"groupName": "all dev dependencies",
"groupSlug": "all-dev",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["*"],
"matchDepTypes": ["devDependencies"]
},
{
"groupName": "major prod dependencies",
"groupSlug": "major-prod",
Expand All @@ -32,6 +25,13 @@
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"matchDepTypes": ["dependencies"]
},
{
"groupName": "all dev dependencies",
"groupSlug": "all-dev",
"separateMajorMinor": false,
"matchPackagePatterns": ["*"],
"matchDepTypes": ["devDependencies"]
}
]
}

0 comments on commit 6020fe2

Please sign in to comment.