Skip to content

Commit 84065af

Browse files
committed
Update dependabot.yml
1 parent 131fec0 commit 84065af

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
version: 2
77
updates:
88
- package-ecosystem: "composer"
9-
directory: "/" # Location of your composer.json and composer.lock
9+
directory: "/"
1010
schedule:
11-
interval: "daily" # or "weekly", "monthly"
12-
commit-message:
13-
prefix: "chore"
14-
open-pull-requests-limit: 5
11+
interval: "daily"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "daily"

0 commit comments

Comments
 (0)