From 4cd505228d6b6c27fca3f47660845050007bae91 Mon Sep 17 00:00:00 2001 From: jessebot Date: Wed, 29 May 2024 14:00:58 +0200 Subject: [PATCH] ignore chart linting for updates to renovate related files Signed-off-by: jessebot --- .github/workflows/lint-test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 45739610..17900815 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -4,6 +4,8 @@ on: pull_request: paths-ignore: - '.github/**' + - 'scripts/**' + - 'renovate.json' - 'charts/**/README.md' - 'CODE_OF_CONDUCT.md' - 'CONTRIBUTING.md'