Skip to content

Commit

Permalink
group go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Breee committed Dec 13, 2023
1 parent 0cb44a4 commit 7ffc650
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,10 @@
"dependencyDashboard": true,
"packageRules": [
{
"matchManagers": ["dockerfile"],
"groupName": "dockerfile deps"
},
{
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
},
{
"groupName": "all patch dependencies",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"patch"
]
},
{
"groupName": "godeps",
"matchManagers": ["gomod"],
"matchUpdateTypes": ["major", "minor", "patch"]

}
]
}

0 comments on commit 7ffc650

Please sign in to comment.