We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97e603 commit 257cb21Copy full SHA for 257cb21
1 file changed
.github/dependabot.yml
@@ -20,3 +20,25 @@ updates:
20
all:
21
patterns:
22
- '*'
23
+
24
+ - package-ecosystem: "composer"
25
+ directory: "/internal/verifier/php"
26
+ schedule:
27
+ interval: "weekly"
28
+ commit-message:
29
+ prefix: 'fix(deps): '
30
+ groups:
31
+ all:
32
+ patterns:
33
+ - '*'
34
35
+ - package-ecosystem: "npm"
36
+ directory: "/internal/verifier/js"
37
38
39
40
41
42
43
44
0 commit comments