Update .github/renovate.json
This commit is contained in:
parent
413d428e09
commit
bbb762337a
1 changed files with 13 additions and 2 deletions
13
.github/renovate.json
vendored
13
.github/renovate.json
vendored
|
@ -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$"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue