0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-27 11:00:35 +00:00

fix: fix stretchr/testify package name in rule

This commit is contained in:
Robert Kaussow 2024-11-25 11:26:14 +01:00
parent 7aedebd2c4
commit 657929dfcf
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -15,7 +15,7 @@
"extends": ["schedule:weekly"], "extends": ["schedule:weekly"],
"matchDatasources": ["github-releases"], "matchDatasources": ["github-releases"],
"matchPackageNames": [ "matchPackageNames": [
"stretchr/testify", "github.com/stretchr/testify",
"mvdan/gofumpt", "mvdan/gofumpt",
"golangci/golangci-lint" "golangci/golangci-lint"
], ],