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 fe8906e commit 64ff78dCopy full SHA for 64ff78d
.github/dependabot.yaml
@@ -0,0 +1,25 @@
1
+version: 2
2
+
3
+updates:
4
+ - commit-message:
5
+ include: "scope"
6
+ prefix: "composer"
7
+ directory: "/"
8
+ labels:
9
+ - "dependency"
10
+ open-pull-requests-limit: 0
11
+ package-ecosystem: "composer"
12
+ schedule:
13
+ interval: "weekly"
14
+ versioning-strategy: "increase"
15
16
17
18
+ prefix: "github-actions"
19
20
21
22
+ open-pull-requests-limit: 10
23
+ package-ecosystem: "github-actions"
24
25
0 commit comments