Skip to content

Commit a2eeb74

Browse files
committedFeb 9, 2025
test renovate
1 parent 0352f2b commit a2eeb74

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎.github/renovate.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"kubernetes": {
5-
"fileMatch": ["\\.yaml$"]
5+
"fileMatch": ["(^|/)kubernetes/.+\\.ya?ml$"]
6+
},
7+
"helm-values": {
8+
"fileMatch": [
9+
"(^|/)kubernetes/.+\\.ya?ml$"
10+
]
611
},
712
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
813
}

0 commit comments

Comments
 (0)
Please sign in to comment.