Skip to content

Commit f73e6a7

Browse files
committed
Check dependencies for released versions
1 parent dc58033 commit f73e6a7

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
@@ -25,3 +25,12 @@ updates:
2525
allow:
2626
- dependency-type: "all"
2727
target-branch: "8.3"
28+
- package-ecosystem: "composer"
29+
directory: "/webapp"
30+
schedule:
31+
interval: "weekly"
32+
open-pull-requests-limit: 0
33+
versioning-strategy: increase-if-necessary
34+
allow:
35+
- dependency-type: "all"
36+
target-branch: "9.0"

0 commit comments

Comments
 (0)