Skip to content

Commit 0b4b465

Browse files
authored
CI: Increase pull requests limit to 20 in dependabot (was 5)
1 parent 2e734dc commit 0b4b465

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ updates:
44
directory: "/"
55
schedule:
66
interval: monthly
7-
open-pull-requests-limit: 10
7+
open-pull-requests-limit: 20
88
labels:
99
- "dependencies"
1010
- "composer"
1111
- package-ecosystem: "github-actions"
1212
directory: "/"
1313
schedule:
14-
interval: "weekly"
15-
time: "11:00"
14+
interval: monthly
15+
open-pull-requests-limit: 20
1616
labels:
1717
- "dependencies"
18-
- "infrastructure"
18+
- "infrastructure"

0 commit comments

Comments
 (0)