From b868cce7b597e154cf398bafcfcf62074fd7043e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 13 May 2025 22:34:40 +0200 Subject: [PATCH] fix(golang): replace matchDatasources with matchManagers --- golang.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/golang.json b/golang.json index 569709c..a56ee8c 100644 --- a/golang.json +++ b/golang.json @@ -14,8 +14,8 @@ ], "groupName": "go modules", "groupSlug": "go-modules", - "matchDatasources": [ - "go" + "matchManagers": [ + "gomod" ], "matchUpdateTypes": [ "minor", @@ -33,8 +33,8 @@ "^github\\.com/docker/docker", "^gopkg\\.in/yaml" ], - "matchDatasources": [ - "go" + "matchManagers": [ + "gomod" ], "matchUpdateTypes": [ "major"