Skip to content

Commit f1abc30

Browse files
authored
Merge pull request #78 from per1234/dependabot-pr-limit
Don't limit number of open Dependabot pull requests
2 parents 5d991a2 + 86d9db6 commit f1abc30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ updates:
77
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/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:

0 commit comments

Comments
 (0)