Skip to content

Commit a6b1c09

Browse files
authored
Merge pull request #740 from per1234/dependabot-pr-limit
Don't limit number of open Dependabot pull requests
2 parents 4916143 + 3fe275b commit a6b1c09

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: .github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,47 @@ 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

1518
- package-ecosystem: gomod
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
directory: /docsgen/
29+
assignees:
30+
- per1234
31+
open-pull-requests-limit: 100
2332
schedule:
2433
interval: daily
2534
labels:
2635
- "topic: infrastructure"
2736
- package-ecosystem: gomod
2837
directory: /ruledocsgen/
38+
assignees:
39+
- per1234
40+
open-pull-requests-limit: 100
2941
schedule:
3042
interval: daily
3143
labels:
3244
- "topic: infrastructure"
3345

3446
- package-ecosystem: pip
3547
directory: /
48+
assignees:
49+
- per1234
50+
open-pull-requests-limit: 100
3651
schedule:
3752
interval: daily
3853
labels:

0 commit comments

Comments
 (0)