From 2a55a3f443330bd86a8f3fb74e5064010e996112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 30 Jan 2025 21:21:33 +0100 Subject: [PATCH] Fix ngeo updates --- .github/renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 578fd3364..df5c71679 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -163,5 +163,12 @@ matchUpdateTypes: ['major'], enabled: false, }, + /** Make ngeo as loose, daily updates */ + { + matchDepNames: ['ngeo'], + groupName: 'Ngeo', + versioning: 'loose', + schedule: 'after 5am', + }, ], }