File 1101-omit-wx-from-renovate.patch of Package erlang
From 4aba9929449d21cecde0b59780e891851365148f Mon Sep 17 00:00:00 2001
From: Kiko Fernandez-Reyes <kiko@erlang.org>
Date: Thu, 19 Jun 2025 11:28:26 +0200
Subject: [PATCH] omit wx from renovate
---
renovate.json5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/renovate.json5 b/renovate.json5
index fca25b859c..0c6762f5b4 100644
--- a/renovate.json5
+++ b/renovate.json5
@@ -41,7 +41,7 @@
"assignees": ["garazdawi", "kikofernandez"],
// config:recommended ignores files in "*test*" which we do not want
// and for now we ignore any dockerfile dependencies
- "ignorePaths": [".github/dockerfiles/"],
+ "ignorePaths": [".github/dockerfiles/", "lib/wx/"],
"packageRules": [
{
"matchManagers": ["github-actions"],
--
2.43.0