Skip to content

Commit 0352f2b

Browse files
author
mafyuh
committedFeb 9, 2025
revert fc9aa1d
revert test renovate
1 parent fc9aa1d commit 0352f2b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed
 

‎.github/renovate.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
4-
"enabledManagers": [
5-
"helm-requirements",
6-
"kubernetes"
7-
],
8-
"kubernetes": {
9-
"fileMatch": [
10-
"kubernetes/.+\\.ya?ml$"
11-
]
4+
"kubernetes": {
5+
"fileMatch": ["\\.yaml$"]
126
},
137
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
148
}

0 commit comments

Comments
 (0)
Please sign in to comment.