Skip to content

Commit ed7454c

Browse files
authored
Merge pull request #996 from per1234/dependabot-pr-limit
Don't limit number of open Dependabot pull requests
2 parents ffaa0db + 7a490d9 commit ed7454c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ updates:
66
# See: https://docs.github.com/en/code-security/supply-chain-security/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
- package-ecosystem: npm
1417
directory: /
18+
assignees:
19+
- per1234
20+
open-pull-requests-limit: 100
1521
schedule:
1622
interval: daily
1723
labels:
@@ -24,6 +30,9 @@ updates:
2430
- "version-update:semver-major"
2531
- package-ecosystem: pip
2632
directory: /
33+
assignees:
34+
- per1234
35+
open-pull-requests-limit: 100
2736
schedule:
2837
interval: daily
2938
labels:

0 commit comments

Comments
 (0)