Skip to content

Commit aa222cc

Browse files
committed
Check for vulnerabilities in DJ8.3
1 parent 1b8d344 commit aa222cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ updates:
4444
allow:
4545
- dependency-type: "all"
4646
target-branch: "8.2"
47+
- package-ecosystem: "composer"
48+
directory: "/"
49+
schedule:
50+
interval: "weekly"
51+
open-pull-requests-limit: 0
52+
versioning-strategy: lockfile-only
53+
allow:
54+
- dependency-type: "all"
55+
target-branch: "8.3"

0 commit comments

Comments
 (0)