Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 7s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 18s
Markdown linter / markdown-lint (push) Successful in 4s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 8s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 25s
22 lines
577 B
JSON
22 lines
577 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>volker.raschek/renovate-config:default#master",
|
|
"local>volker.raschek/renovate-config:container#master",
|
|
"local>volker.raschek/renovate-config:actions#master",
|
|
"local>volker.raschek/renovate-config:golang#master",
|
|
"local>volker.raschek/renovate-config:regexp#master"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"enabled": false,
|
|
"matchDatasources":[
|
|
"go"
|
|
],
|
|
"matchPackageNames": [
|
|
"^github\\.com/asaskevich/govalidator"
|
|
]
|
|
}
|
|
]
|
|
}
|