Skip to content

Commit 869997b

Browse files
authored
chore: Add docs for dependabot and add the open pr limit from 5 to 20. (#2784)
Signed-off-by: ifuryst <[email protected]>
1 parent d894347 commit 869997b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
open-pull-requests-limit: 20
1213
- package-ecosystem: "npm" # See documentation for possible values
1314
directory: "/frontend" # Location of package manifests
1415
schedule:
1516
interval: "daily"
17+
open-pull-requests-limit: 20
18+
- package-ecosystem: "npm" # See documentation for possible values
19+
directory: "/docs" # Location of package manifests
20+
schedule:
21+
interval: "daily"
22+
open-pull-requests-limit: 20

0 commit comments

Comments
 (0)