Skip to content

Commit e229733

Browse files
authored
chore: Update the template of renovate.json to ignore PR limits (#3902)
We have seen increasingly reports that Renovate Bot is not responsive in handwritten libraries due to PR rate limits. For example, a dozen PRs are rate limited in [java-bigtable](googleapis/java-bigtable#420). Try to disable the renovate PR limits per https://docs.renovatebot.com/presets-default/#disableratelimiting. We tested in [java-cloud-bom](https://github.com/googleapis/java-cloud-bom/blob/28bec089569e105bfe08d427e8fd7a849b28e472/renovate.json#L2-L3) repo that it does seems to work. Even though it took renovate bot a day or so to pick up the configuration. We'll monitor if it fixes the issue or not and adjust it further if needed.
1 parent a6685c5 commit e229733

File tree

1 file changed

+3
-1
lines changed
  • hermetic_build/library_generation/owlbot/templates/java_library

1 file changed

+3
-1
lines changed

hermetic_build/library_generation/owlbot/templates/java_library/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,7 @@
9595
}
9696
],
9797
"semanticCommits": true,
98-
"dependencyDashboard": true
98+
"dependencyDashboard": true,
99+
"prConcurrentLimit": 0,
100+
"prHourlyLimit": 0
99101
}

0 commit comments

Comments
 (0)