Skip to content

Commit

Permalink
Group dependency updates by folder (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus authored Sep 4, 2024
1 parent e8ecb3a commit 04cb525
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,16 @@
"enabledManagers": ["dockerfile", "github-actions", "npm", "nuget", "pipenv"],
"packageRules": [
{
"groupName": "dockerfile minor",
"matchManagers": ["dockerfile"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "gh minor",
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "npm minor",
"matchManagers": ["npm"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "nuget minor",
"matchManagers": ["nuget"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"groupName": "pip minor",
"matchManagers": ["pipenv"],
"additionalBranchPrefix": "{{parentDir}}-",
"commitMessagePrefix": "[deps] {{parentDir}}:",
"groupName": "minor",
"matchManagers": [
"dockerfile",
"github-actions",
"npm",
"nuget",
"pipenv"
],
"matchUpdateTypes": ["minor", "patch"]
}
]
Expand Down

0 comments on commit 04cb525

Please sign in to comment.