From e2e11b71f0a570f96be2391d08e38133d78349fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 2 Dec 2024 11:50:47 +0100 Subject: [PATCH] Renovate, don't update workflow triggered by ngeo --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 618fa63a58..641fcaa728 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -118,6 +118,11 @@ matchFileNames: ['.github/workflows/rebuild-*.yaml'], enabled: false, }, + /** Ignore .github/workflows/ngeo-*.yaml */ + { + matchFileNames: ['.github/workflows/ngeo-*.yaml'], + enabled: false, + }, /** Accept only the patch on stabilization branches */ { matchBaseBranches: ['/^[0-9]+\\.[0-9]+$/'],