Skip to content

Commit 4eba1e3

Browse files
authored
ci: Add the requirement checker to dependabot (#913)
1 parent 05fb4f2 commit 4eba1e3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
version: 2
22
updates:
33
- package-ecosystem: "composer"
4-
directory: "/"
4+
directory: "."
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
dependencies:
9+
patterns:
10+
- "*"
11+
12+
- package-ecosystem: "composer"
13+
directory: "composer-root-version-checker"
514
schedule:
615
interval: "weekly"
716
groups:

0 commit comments

Comments
 (0)