Skip to content

Commit fcc2f3a

Browse files
authored
Merge pull request #267 from per1234/dependabot-pr-limit
Don't limit number of open Dependabot pull requests
2 parents 066715a + 255dbdf commit fcc2f3a

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
@@ -7,18 +7,27 @@ 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: gomod
1518
directory: /
19+
assignees:
20+
- per1234
21+
open-pull-requests-limit: 100
1622
schedule:
1723
interval: daily
1824
labels:
1925
- "topic: infrastructure"
2026
- package-ecosystem: pip
2127
directory: /
28+
assignees:
29+
- per1234
30+
open-pull-requests-limit: 100
2231
schedule:
2332
interval: daily
2433
labels:

0 commit comments

Comments
 (0)