From ba62b6e4e3cd06a67984f502c9f2e8c902ca2e6e Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Fri, 2 Jun 2023 09:23:56 -0600 Subject: [PATCH] chore: configure renovate to run monthly --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f68577c8b..7a755b3c3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,9 +1,12 @@ { "extends": [ - "config:base", + "config:base" ], "commitMessagePrefix": "deps: ", "postUpdateOptions": [ "gomodTidy" + ], + "schedule": [ + "before 4am on the first Tuesday of the month" ] }