fix(golang): replace matchDatasources with matchManagers
This commit is contained in:
parent
95f3c0b54d
commit
b868cce7b5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user