diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 219b95d69e..4b3f25fc7d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -69,6 +69,11 @@ matchPackageNames: ["boto3{/,}**"], extends: ["schedule:weekly"], }, + // amazon/aws-cli (release frequency: multiple times per week) + { + matchPackageNames: ["amazon/aws-cli"], + extends: ["schedule:weekly"], + }, // Quarkus platform + plugin together { groupName: "Quarkus Platform and Group",