File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments