From 3812df93b494d072b5639d6c1e384aa0d6c86dcb Mon Sep 17 00:00:00 2001 From: Mike Almeloo Date: Sun, 24 Mar 2024 23:45:26 +0100 Subject: [PATCH] Make renovate run once a month --- renovate.json => .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename renovate.json => .github/renovate.json (64%) diff --git a/renovate.json b/.github/renovate.json similarity index 64% rename from renovate.json rename to .github/renovate.json index 5db72dd..6a279c2 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + "schedule:monthly" ] }