Skip to content

Commit fb68970

Browse files
committedFeb 9, 2025
add Kubernetes file matching to Renovate configuration
1 parent 4566222 commit fb68970

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/renovate.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
4+
"kubernetes": {
5+
"fileMatch": ["\\.yaml$"]
6+
},
47
"dependencyDashboardTitle": ":robot: Renovate Dashboard"
58
}

0 commit comments

Comments
 (0)
Please sign in to comment.