We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d894347 commit 869997bCopy full SHA for 869997b
.github/dependabot.yml
@@ -9,7 +9,14 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "daily"
12
+ open-pull-requests-limit: 20
13
- package-ecosystem: "npm" # See documentation for possible values
14
directory: "/frontend" # Location of package manifests
15
16
17
18
+ - package-ecosystem: "npm" # See documentation for possible values
19
+ directory: "/docs" # Location of package manifests
20
+ schedule:
21
+ interval: "daily"
22
0 commit comments