File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 7
7
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
8
8
- package-ecosystem : github-actions
9
9
directory : /.github/workflows/
10
+ open-pull-requests-limit : 100
10
11
schedule :
11
12
interval : daily
12
13
labels :
@@ -17,6 +18,7 @@ updates:
17
18
# Configure check for outdated GitHub Actions actions in workflow templates.
18
19
- package-ecosystem : github-actions
19
20
directory : /workflow-templates/
21
+ open-pull-requests-limit : 100
20
22
schedule :
21
23
interval : daily
22
24
labels :
@@ -26,6 +28,7 @@ updates:
26
28
27
29
- package-ecosystem : npm
28
30
directory : /
31
+ open-pull-requests-limit : 100
29
32
schedule :
30
33
interval : daily
31
34
labels :
@@ -35,6 +38,7 @@ updates:
35
38
36
39
- package-ecosystem : pip
37
40
directory : /
41
+ open-pull-requests-limit : 100
38
42
schedule :
39
43
interval : daily
40
44
labels :
You can’t perform that action at this time.
0 commit comments