Skip to content

Commit bbb7623

Browse files
author
mafyuh
committedNov 3, 2024
Update .github/renovate.json
1 parent 413d428 commit bbb7623

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed
 

‎.github/renovate.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,16 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
7-
}
6+
"dependencyDashboardTitle": ":robot: Renovate Dashboard",
7+
"regexManagers": [
8+
{
9+
"fileMatch": [
10+
"ansible/.+\\.ya?ml$",
11+
"docker/.+\\.ya?ml$",
12+
"kubernetes/.+\\.ya?ml$",
13+
"packer/.+\\.hcl$",
14+
"terraform/.+\\.tf$"
15+
]
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)
Please sign in to comment.