Skip to content

Commit 39f7cd8

Browse files
committed
ci: add managed Dependabot config (Terraform)
1 parent dcf4947 commit 39f7cd8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)