Skip to content

Commit 152ed9e

Browse files
authored
Merge pull request arduino#385 from per1234/dependabot-pr-limit
Don't limit number of open Dependabot pull requests
2 parents 7e43bff + bd24f02 commit 152ed9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ 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: npm
1518
directory: /
19+
assignees:
20+
- per1234
21+
open-pull-requests-limit: 100
1622
schedule:
1723
interval: daily
1824
labels:

0 commit comments

Comments
 (0)