Skip to content

Commit 624c479

Browse files
committed
chore: combine golang version rules into single config
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 parent b79d4c9 commit 624c479

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/renovate.json5

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,11 @@
3333
automerge: true,
3434
},
3535
{
36-
description: "Group golang versions (go directive from go.mod)",
36+
description: "Group golang versions (go directive + Docker images)",
3737
matchDatasources: ["golang-version"],
38-
rangeStrategy: "bump",
39-
groupName: "Golang versions",
40-
groupSlug: "golang-versions",
41-
minimumReleaseAge: null,
42-
},
43-
{
44-
description: "Group golang Docker image updates",
4538
matchManagers: ["dockerfile"],
4639
matchPackageNames: ["golang"],
40+
rangeStrategy: "bump",
4741
groupName: "Golang versions",
4842
groupSlug: "golang-versions",
4943
minimumReleaseAge: null,

0 commit comments

Comments
 (0)