Some checks failed
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 7s
Markdown linter / markdown-lint (push) Successful in 3s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Failing after 18s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 20s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Failing after 25s
20 lines
548 B
JSON
20 lines
548 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": [
|
|
{
|
|
"automerge": false,
|
|
"enabled": false,
|
|
"matchDepNames": [
|
|
"^github.com/asaskevich/govalidator"
|
|
]
|
|
}
|
|
]
|
|
}
|