aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-09-12 19:17:37 +0800
committerGitHub <[email protected]>2022-09-12 11:17:37 +0000
commit5bdba8bc436fc50f1833e976f5ba65d192d37918 (patch)
treef101802978536be01aef9368a6dbc823dff79b74
parentcfee9ccff426c2f27a07e2525343b1537b16a257 (diff)
downloadfaker-5bdba8bc436fc50f1833e976f5ba65d192d37918.tar.xz
faker-5bdba8bc436fc50f1833e976f5ba65d192d37918.zip
ci: renovate unset pr hourly limit (#1371)
-rw-r--r--.github/renovate.json57
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 553c30ce..8950728d 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -1,6 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
- "extends": ["config:base", "schedule:earlyMondays", "group:allNonMajor"],
+ "extends": [
+ "config:base",
+ "schedule:earlyMondays",
+ "group:allNonMajor",
+ ":prHourlyLimitNone"
+ ],
"labels": ["c: dependencies"],
"reviewersFromCodeOwners": true,
"rangeStrategy": "bump",