diff --git a/renovate.json b/renovate.json index f09fa1d58..27092980a 100644 --- a/renovate.json +++ b/renovate.json @@ -59,6 +59,14 @@ "extends": [ "schedule:daily" ] + }, + { + "matchCategories": [ + "github-actions" + ], + "extends": [ + "schedule:weekly" + ] } ] }