Skip to content

Commit

Permalink
Renovate: Extend Helm files coverage
Browse files Browse the repository at this point in the history
Include Chart.yaml to automatically bump dependencies in case we add some.

Signed-off-by: Anna Kapuscinska <anna@isovalent.com>
  • Loading branch information
lambdanis committed Nov 6, 2024
1 parent 156282c commit 34e7fb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"contrib/tetragon-rthooks/go.sum",
"*Dockerfile*",
"docs/hugo.toml",
"install/kubernetes/tetragon/values.yaml",
"install/kubernetes/*/Chart.yaml",
"install/kubernetes/*/Chart.lock",
"install/kubernetes/*/values.yaml",
"**/*Makefile*",
"contrib/update-helm-chart.sh",
],
Expand Down Expand Up @@ -277,7 +279,7 @@
"install/kubernetes/tetragon/values.yaml",
"install/kubernetes/Makefile",
],
// lint and generate files for helm chart
// Generate files for the Helm chart
"postUpgradeTasks": {
"commands": ["make -C install/kubernetes"],
"fileFilters": ["**/**"],
Expand Down

0 comments on commit 34e7fb9

Please sign in to comment.