diff options
| author | Shinigami <[email protected]> | 2022-09-12 19:17:37 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-12 11:17:37 +0000 |
| commit | 5bdba8bc436fc50f1833e976f5ba65d192d37918 (patch) | |
| tree | f101802978536be01aef9368a6dbc823dff79b74 /.github | |
| parent | cfee9ccff426c2f27a07e2525343b1537b16a257 (diff) | |
| download | faker-5bdba8bc436fc50f1833e976f5ba65d192d37918.tar.xz faker-5bdba8bc436fc50f1833e976f5ba65d192d37918.zip | |
ci: renovate unset pr hourly limit (#1371)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/renovate.json5 | 7 |
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", |
