We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e52e94 commit 1ff693fCopy full SHA for 1ff693f
1 file changed
.github/dependabot.yml
@@ -11,16 +11,31 @@ updates:
11
target-branch: "master"
12
schedule:
13
interval: "monthly"
14
+ groups:
15
+ composer:
16
+ patterns:
17
+ - "*"
18
+
19
- package-ecosystem: "pip"
20
directory: "/"
21
22
23
24
25
+ pip:
26
27
28
29
- package-ecosystem: "github-actions"
30
31
32
33
34
35
+ github-actions:
36
37
38
39
- package-ecosystem: "npm"
40
41
@@ -29,6 +44,10 @@ updates:
44
45
commit-message:
46
prefix: "chore"
47
48
+ npm:
49
50
51
52
# LEGACY BRANCH (v1)
53
- package-ecosystem: "composer"
0 commit comments