fix(golang): replace matchDatasources with matchManagers

This commit is contained in:
Markus Pesch 2025-05-13 22:34:40 +02:00
parent 95f3c0b54d
commit b868cce7b5
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -14,8 +14,8 @@
], ],
"groupName": "go modules", "groupName": "go modules",
"groupSlug": "go-modules", "groupSlug": "go-modules",
"matchDatasources": [ "matchManagers": [
"go" "gomod"
], ],
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor", "minor",
@ -33,8 +33,8 @@
"^github\\.com/docker/docker", "^github\\.com/docker/docker",
"^gopkg\\.in/yaml" "^gopkg\\.in/yaml"
], ],
"matchDatasources": [ "matchManagers": [
"go" "gomod"
], ],
"matchUpdateTypes": [ "matchUpdateTypes": [
"major" "major"