18 lines
393 B
JSON
18 lines
393 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"dependencyDashboardTitle": ":robot: Renovate Dashboard",
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"ansible/.+\\.ya?ml$",
|
|
"docker/.+\\.ya?ml$",
|
|
"kubernetes/.+\\.ya?ml$",
|
|
"packer/.+\\.hcl$",
|
|
"terraform/.+\\.tf$"
|
|
]
|
|
}
|
|
]
|
|
}
|