From 16cfc4f76b465ae96a4b113f1ff3f32d260ce51f Mon Sep 17 00:00:00 2001 From: chdorner Date: Fri, 25 Oct 2024 19:37:08 +0000 Subject: [PATCH] Ignore dependencies in GH workflow --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 5c4a9552..7d31f61e 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,10 @@ "digest" ], "automerge": false + }, + { + "matchFiles": [".github/workflows/build.yml"], + "enabled": false } ] } \ No newline at end of file