-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DTSPO-12024 - Automate helm dependency updates #94
Conversation
@@ -1,5 +1,9 @@ | |||
{ | |||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | |||
"extends": ["config:base", ":dependencyDashboard"], | |||
"labels": ["dependencies"] | |||
"labels": ["dependencies"], | |||
"commitMessageTopic": "helm chart {{depName}}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why? this does more than helm?
"labels": ["dependencies"], | ||
"commitMessageTopic": "helm chart {{depName}}", | ||
"helmv3": { | ||
"fileMatch": ["(^|/)Chart\\.yaml$"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should already be the default?
Also see: |
and #90 |
Ah, didn't realise that already covered it. I was going to test this here and then roll out wider. I will get some info on our repos to make sure there aren't any with chart dependencies that are missing this - should solve my story. |
JIRA link (if applicable)
https://tools.hmcts.net/jira/browse/DTSPO-12024
Change description
Update renovate.json to enable automated updates of helm dependencies
Does this PR introduce a breaking change? (check one with "x")