fix(golang): update golangci-lint

This commit is contained in:
2025-08-12 12:10:30 +02:00
parent 47cc58bf08
commit 725cfe6123

View File

@ -39,6 +39,21 @@
"matchUpdateTypes": [ "matchUpdateTypes": [
"major" "major"
] ]
},
{
"addLabels": [
"renovate/automerge",
"renovate/golang"
],
"automerge": true,
"enabled": true,
"matchPackagePatterns": [
"^golangci/golangci-lint$"
],
"matchUpdateTypes": [
"minor",
"patch"
]
} }
], ],
"postUpdateOptions": [ "postUpdateOptions": [