Skip to content

Commit db2b443

Browse files
authored
Merge pull request #4665 from per1234/dependabot-pr-limit
Don't limit number of open Dependabot pull requests
2 parents 758866b + e301854 commit db2b443

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,39 @@ updates:
77
# See: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
88
- package-ecosystem: github-actions
99
directory: / # Check the repository's workflows under /.github/workflows/
10+
assignees:
11+
- per1234
12+
open-pull-requests-limit: 100
1013
schedule:
1114
interval: daily
1215
labels:
1316
- "topic: infrastructure"
1417
- package-ecosystem: github-actions
1518
target-branch: production
1619
directory: /
20+
assignees:
21+
- per1234
22+
open-pull-requests-limit: 100
1723
schedule:
1824
interval: daily
1925
labels:
2026
- "topic: infrastructure"
2127
- package-ecosystem: gomod
2228
target-branch: production
2329
directory: /.github/workflows/assets/validate-registry/
30+
assignees:
31+
- per1234
32+
open-pull-requests-limit: 100
2433
schedule:
2534
interval: daily
2635
labels:
2736
- "topic: infrastructure"
2837
- package-ecosystem: pip
2938
target-branch: production
3039
directory: /
40+
assignees:
41+
- per1234
42+
open-pull-requests-limit: 100
3143
schedule:
3244
interval: daily
3345
labels:

0 commit comments

Comments
 (0)