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. Also
include all directories under install/kubernetes.

Signed-off-by: Anna Kapuscinska <[email protected]>
  • Loading branch information
lambdanis committed Nov 7, 2024
1 parent 156282c commit 93939d1
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 93939d1

Please sign in to comment.