Skip to content

Commit

Permalink
ci: renovate unset pr hourly limit (#1371)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Sep 12, 2022
1 parent cfee9cc commit 5bdba8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5bdba8b

Please sign in to comment.