From 4bbc9426c9cd8e4c614b77bd7144cae880fcbd71 Mon Sep 17 00:00:00 2001 From: Augustus Mayo Date: Tue, 20 Aug 2024 06:14:56 -0500 Subject: [PATCH] Ignore release workflow --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 94d098a1..63bd1973 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,5 +4,8 @@ "local>oxidecomputer/renovate-config", "local>oxidecomputer/renovate-config//rust/autocreate", "helpers:pinGitHubActionDigests" + ], + "ignorePaths": [ + ".github/workflows/release.yml" ] -} \ No newline at end of file +}