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 fd454b1 commit a1319f3Copy full SHA for a1319f3
.github/dependabot.yml
@@ -0,0 +1,28 @@
1
+version: 2
2
+updates:
3
+ - commit-message:
4
+ include: "scope"
5
+ prefix: "fix"
6
+ directory: "/"
7
+ labels:
8
+ - "dependencies"
9
+ - "composer"
10
+ open-pull-requests-limit: 10
11
+ package-ecosystem: "composer"
12
+ schedule:
13
+ interval: "weekly"
14
+ versioning-strategy: "increase"
15
+ groups:
16
+ minor:
17
+ update-types: ["minor", "patch"]
18
+
19
20
21
+ prefix: "ci"
22
23
24
25
26
+ package-ecosystem: "github-actions"
27
28
0 commit comments