fix(golang): replace matchDatasources with matchManagers

This commit is contained in:
2025-05-13 22:34:40 +02:00
parent 95f3c0b54d
commit b868cce7b5

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"