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" ] }