iac/.github/renovate.json

19 lines
393 B
JSON
Raw Normal View History

2024-07-12 23:57:29 -04:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
2024-11-02 23:20:46 -04:00
"dependencyDashboardTitle": ":robot: Renovate Dashboard",
"regexManagers": [
{
"fileMatch": [
"ansible/.+\\.ya?ml$",
"docker/.+\\.ya?ml$",
"kubernetes/.+\\.ya?ml$",
"packer/.+\\.hcl$",
"terraform/.+\\.tf$"
]
}
]
}