Skip to content

Commit 65c0e52

Browse files
authored
Merge pull request #497 from per1234/dependabot-pr-limit
Don't limit number of open Dependabot pull requests
2 parents bfa7fde + 0ae7d87 commit 65c0e52

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ 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: /.github/workflows/
10+
open-pull-requests-limit: 100
1011
schedule:
1112
interval: daily
1213
labels:
@@ -17,6 +18,7 @@ updates:
1718
# Configure check for outdated GitHub Actions actions in workflow templates.
1819
- package-ecosystem: github-actions
1920
directory: /workflow-templates/
21+
open-pull-requests-limit: 100
2022
schedule:
2123
interval: daily
2224
labels:
@@ -26,6 +28,7 @@ updates:
2628

2729
- package-ecosystem: npm
2830
directory: /
31+
open-pull-requests-limit: 100
2932
schedule:
3033
interval: daily
3134
labels:
@@ -35,6 +38,7 @@ updates:
3538

3639
- package-ecosystem: pip
3740
directory: /
41+
open-pull-requests-limit: 100
3842
schedule:
3943
interval: daily
4044
labels:

0 commit comments

Comments
 (0)