Skip to content

Commit 4a99171

Browse files
committed
Dependabot checks for security issues in npm packages
1 parent d51dcee commit 4a99171

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
version: 2
22
updates:
33
- package-ecosystem: "composer"
4-
directory: "/"
4+
directory: "/webapp"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 0
8+
versioning-strategy: increase-if-necessary
9+
allow:
10+
- dependency-type: "all"
11+
- package-ecosystem: "npm"
12+
directory: "/webapp"
513
schedule:
614
interval: "daily"
715
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)