Skip to content

Commit 5f1bd05

Browse files
committed
Streamline Dependabot configuration
- Remove unnecessary pull request limit, since grouping the updates is sufficient to prevent an excessive number of PRs. - Group GHA updates as well (not just Python ones). This is mostly to avoid unnecessary inconsistency, but also sometimes multiple related actions get upates at the same time, such that CI jobs may not pass if only one is updated.
1 parent 63478b6 commit 5f1bd05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ updates:
66
interval: "monthly"
77
allow:
88
- dependency-type: "all"
9-
open-pull-requests-limit: 20
109
groups:
1110
python-dependencies:
1211
patterns: ['*']
@@ -15,3 +14,6 @@ updates:
1514
directory: "/"
1615
schedule:
1716
interval: "daily"
17+
groups:
18+
github-actions:
19+
patterns: ['*']

0 commit comments

Comments
 (0)