Skip to content

Commit 82160e4

Browse files
authored
Merge pull request #161 from per1234/dependabot-limit
Don't limit number of open Dependabot pull requests
2 parents 663b20f + 5bf95d4 commit 82160e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ updates:
99
directory: / # Check the repository's workflows under /.github/workflows/
1010
assignees:
1111
- per1234
12+
open-pull-requests-limit: 100
1213
schedule:
1314
interval: daily
1415
labels:
1516
- "topic: infrastructure"
1617

1718
- package-ecosystem: npm
1819
directory: /
20+
open-pull-requests-limit: 100
1921
schedule:
2022
interval: daily
2123
labels:
@@ -25,6 +27,7 @@ updates:
2527

2628
- package-ecosystem: pip
2729
directory: /
30+
open-pull-requests-limit: 100
2831
schedule:
2932
interval: daily
3033
labels:

0 commit comments

Comments
 (0)