0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-11-27 00:50:36 +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"],
"matchDatasources": ["github-releases"],
"matchPackageNames": [
"stretchr/testify",
"github.com/stretchr/testify",
"mvdan/gofumpt",
"golangci/golangci-lint"
],