From 8835a2bdf92ceae0282a31cf8fecaea34cccb581 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 16 Apr 2024 22:50:10 +0530 Subject: [PATCH] fix(renovate): avoid touching Oranda/cargo-dist workflows --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 60f25fe..b55d088 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,5 +4,6 @@ "config:base", "github>msfjarvis/shared-workflows//renovate/rust", "github>msfjarvis/shared-workflows//renovate/automerge" - ] + ], + "ignorePaths": [".github/workflows/release.yml", ".github/workflows/web.yml"] }