Skip to content

Commit 949f09f

Browse files
committed
chore: increase prs limit for dependabot
Signed-off-by: CrazyMax <[email protected]>
1 parent 5f53738 commit 949f09f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
version: 2
22
updates:
33
- package-ecosystem: "github-actions"
4+
open-pull-requests-limit: 20
45
directory: "/"
56
schedule:
67
interval: "daily"
78
labels:
89
- "dependencies"
910
- "bot"
1011
- package-ecosystem: "npm"
12+
open-pull-requests-limit: 20
1113
directory: "/"
1214
schedule:
1315
interval: "daily"

0 commit comments

Comments
 (0)