Skip to content

Commit

Permalink
Merge pull request #26 from kufu/fix-schedule-and-limts
Browse files Browse the repository at this point in the history
同時実行数をデフォルトに戻し、毎日renovateのPRが作成されるようにする
  • Loading branch information
yamish123 authored May 12, 2023
2 parents cfdc740 + c84f45e commit ebb22d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
":label(renovate)",
":semanticCommitScopeDisabled"
],
"schedule": "after 8am before 5pm on Monday",
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"schedule": "after 8am and before 5pm",
"npm": {
"extends": [
":noUnscheduledUpdates",
Expand Down

0 comments on commit ebb22d6

Please sign in to comment.