Skip to content

Commit 83bde9c

Browse files
committed
fix: typo in dependabot config
This caused dependabot to ignore the current config, and continue sending us alerts based on its old configuration. Signed-off-by: Patrick Roy <[email protected]>
1 parent 225defb commit 83bde9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ updates:
77
day: "monday"
88
allow:
99
- dependency-type: "all"
10-
open-pull-request-limit: 100
10+
open-pull-requests-limit: 100

0 commit comments

Comments
 (0)