Skip to content

Commit

Permalink
Merge pull request #27 from markussiebert/feature/renovate-group-godeps
Browse files Browse the repository at this point in the history
chore(CI): renovate bundle go deps
  • Loading branch information
markussiebert authored Apr 8, 2022
2 parents 62bccfd + 65ec73b commit 77495c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@
"extends": [
"config:base"
],
"enabledManagers": ["gomod"]
"enabledManagers": ["gomod"],
"packageRules": [
{
"matchPackagePatterns": ["go"],
"groupName": "go-deps"
}
]

}

0 comments on commit 77495c5

Please sign in to comment.