mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-27 11:00:35 +00:00
fix: add stretchr/testify to golang dev deps
This commit is contained in:
parent
d235bc557f
commit
7aedebd2c4
@ -14,7 +14,11 @@
|
||||
"groupName": "golang devDeps non-major",
|
||||
"extends": ["schedule:weekly"],
|
||||
"matchDatasources": ["github-releases"],
|
||||
"matchPackageNames": ["mvdan/gofumpt", "golangci/golangci-lint"],
|
||||
"matchPackageNames": [
|
||||
"stretchr/testify",
|
||||
"mvdan/gofumpt",
|
||||
"golangci/golangci-lint"
|
||||
],
|
||||
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
|
||||
"automerge": true
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user