diff --git a/renovate.json b/renovate.json index b7684e56..4441ca73 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,14 @@ ], "automerge": true, "automergeType": "branch" + }, + { + "updateTypes": [ + "digest" + ], + "schedule": [ + "every 3 months on the first day of the month" + ] } ], "prConcurrentLimit": 5,