Skip to content

Commit 999ef0c

Browse files
authored
chore: enable dependabot for composer
1 parent 065eb5e commit 999ef0c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5-
target-branch: "master"
65
schedule:
76
interval: "daily"
87

8+
- package-ecosystem: "composer"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"

0 commit comments

Comments
 (0)