Update .github/renovate.json

This commit is contained in:
Matt Reeves 2024-11-02 23:20:46 -04:00
parent 413d428e09
commit bbb762337a

13
.github/renovate.json vendored
View file

@ -3,5 +3,16 @@
"extends": [
"config:recommended"
],
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
"dependencyDashboardTitle": ":robot: Renovate Dashboard",
"regexManagers": [
{
"fileMatch": [
"ansible/.+\\.ya?ml$",
"docker/.+\\.ya?ml$",
"kubernetes/.+\\.ya?ml$",
"packer/.+\\.hcl$",
"terraform/.+\\.tf$"
]
}
]
}