diff --git a/renovate.json b/renovate.json index aa6bd32912..5ab27bcf97 100644 --- a/renovate.json +++ b/renovate.json @@ -12,5 +12,11 @@ "vulnerabilityAlerts": { "labels": ["security"], "assignees": ["@patryk", "@jacobbednarz"] - } + }, + "packageRules": [ + { + "packageNames": ["github.com/aws/aws-sdk-go"], + "extends": ["schedule:weekly"] + } + ] }