Skip to content

Commit

Permalink
VIH-11252 add renovate job for Helm Chart Release function
Browse files Browse the repository at this point in the history
  • Loading branch information
shaed-parkar committed Jan 22, 2025
1 parent e06d554 commit 4cba74e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":dependencyDashboard"],
"commitMessagePrefix": "VIH-0000 - Renovate - ",
"enabledManagers": ["helmv3"],
"labels": ["dependencies"],
"helmv3": {
"fileMatch": ["(^|/)Chart\\.yaml$"]
}
}

0 comments on commit 4cba74e

Please sign in to comment.