From 0bbe2db995091a4bfa732db647d4ca9f6406d488 Mon Sep 17 00:00:00 2001 From: Petter Abrahamsson Date: Sat, 30 Dec 2023 19:05:33 -0500 Subject: [PATCH] feat: No Clippy on renovate config changes --- .github/workflows/rust-clippy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 9989a9f..4d8ad02 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -18,6 +18,7 @@ on: - '*.md' - 'Cargo.*' - 'Makefile' + - renovate.json pull_request: # The branches below must be a subset of the branches above branches: @@ -27,6 +28,7 @@ on: - '*.md' - 'Cargo.*' - 'Makefile' + - renovate.json jobs: rust-clippy-analyze: