All checks were successful
continuous-integration/drone/push Build is passing
18 lines
489 B
JSON
18 lines
489 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:regexp#master"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"automerge": false,
|
|
"enabled": false,
|
|
"matchDepNames": [
|
|
"prometheus-community/bind_exporter"
|
|
]
|
|
}
|
|
]
|
|
} |