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",
"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"