File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ updates:
77 schedule :
88 interval : " weekly"
99 open-pull-requests-limit : 5
10+ # Batch every update in this ecosystem into ONE PR so a weekly run opens at
11+ # most one PR per ecosystem instead of up to the limit. Keeps concurrent
12+ # terraform-pr plans (which each read the whole estate via one PAT) from
13+ # piling up and tripping GitHub API rate limits. See issue #38.
14+ groups :
15+ pip :
16+ patterns :
17+ - " *"
1018 labels :
1119 - " dependencies"
1220 assignees :
@@ -16,6 +24,14 @@ updates:
1624 schedule :
1725 interval : " weekly"
1826 open-pull-requests-limit : 5
27+ # Batch every update in this ecosystem into ONE PR so a weekly run opens at
28+ # most one PR per ecosystem instead of up to the limit. Keeps concurrent
29+ # terraform-pr plans (which each read the whole estate via one PAT) from
30+ # piling up and tripping GitHub API rate limits. See issue #38.
31+ groups :
32+ github-actions :
33+ patterns :
34+ - " *"
1935 labels :
2036 - " dependencies"
2137 assignees :
You can’t perform that action at this time.
0 commit comments