From 0b94998df8bdebff65b4093c4413de990cf925f5 Mon Sep 17 00:00:00 2001 From: Martin Nonnenmacher Date: Sun, 21 Jul 2024 11:58:54 +0200 Subject: [PATCH] ci(renovate): Update NPM only once a week The only NPM project managed be Renovate is the website for which weekly updates are sufficient. Signed-off-by: Martin Nonnenmacher --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 533ce87dbe210..c092b8440e9e2 100644 --- a/renovate.json +++ b/renovate.json @@ -37,6 +37,10 @@ ], "matchUpdateTypes": ["patch"], "enabled": false + }, + { + "matchManagers": ["npm"], + "schedule": "after 9pm on sunday" } ] }