diff --git a/renovate.json b/renovate.json index dd75994..5c81832 100644 --- a/renovate.json +++ b/renovate.json @@ -12,5 +12,11 @@ "image: (?.*?):(?.*?)(@(?sha256:.*?))?\\s" ] } + ], + "packageRules": [ + { + "matchPackageNames": ["renovate"], + "schedule": ["on friday"] + } ] } \ No newline at end of file