Skip to content

Commit 93d4b0f

Browse files
authored
Merge pull request #205 from per1234/dependabot-pr-limit
Don't limit number of open Dependabot pull requests
2 parents 323d2ef + a969703 commit 93d4b0f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,29 @@ updates:
66
# See: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
77
- package-ecosystem: github-actions
88
directory: / # Check the repository's workflows under /.github/workflows/
9+
assignees:
10+
- per1234
11+
open-pull-requests-limit: 100
912
schedule:
1013
interval: daily
1114
labels:
1215
- "topic: infrastructure"
1316
# Go dependencies
1417
- package-ecosystem: gomod
1518
directory: /
19+
assignees:
20+
- per1234
21+
open-pull-requests-limit: 100
1622
schedule:
1723
interval: daily
1824
labels:
1925
- "topic: infrastructure"
2026
# Python dependencies
2127
- package-ecosystem: pip
2228
directory: /
29+
assignees:
30+
- per1234
31+
open-pull-requests-limit: 100
2332
schedule:
2433
interval: daily
2534
labels:

0 commit comments

Comments
 (0)