dyndns-client/renovate.json
Markus Pesch 8f1ad841d6
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
chore(renovate): disable 'github.com/asaskevich/govalidator'
2025-06-01 14:37:28 +02:00

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"
]
}
]
}