chore(renovate): disable 'github.com/asaskevich/govalidator'
Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Waiting to run
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 6s
Markdown linter / markdown-lint (push) Successful in 3s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 21s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 43s

This commit is contained in:
Markus Pesch 2025-06-01 13:57:47 +02:00
parent d6d69f12bc
commit 08c494b658
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -6,5 +6,14 @@
"local>volker.raschek/renovate-config:actions#master",
"local>volker.raschek/renovate-config:golang#master",
"local>volker.raschek/renovate-config:regexp#master"
],
"packageRules": [
{
"automerge": false,
"enable": false,
"matchDepNames": [
"^github.com/asaskevich/govalidator"
]
}
]
}