Skip to content

Commit

Permalink
Merge pull request #37 from pree/fix/renovate-task-filters
Browse files Browse the repository at this point in the history
fix(renovate): add Chart.yaml to task file filter
  • Loading branch information
pree authored Feb 8, 2023
2 parents f812282 + b9080a0 commit 06adb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}],
"postUpgradeTasks": {
"commands": ["bump-chart", "helm-docs"],
"fileFilters": ["charts/*/README.md"],
"fileFilters": ["charts/*/Chart.yaml", "charts/*/README.md"],
"executionMode": "update"
}
}

0 comments on commit 06adb7d

Please sign in to comment.