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.
2 parents b54b2c9 + d4b2770 commit 936ab7eCopy full SHA for 936ab7e
.github/dependabot.yml
@@ -0,0 +1,27 @@
1
+# Dependabot configuration.
2
+#
3
+# Please see the documentation for all configuration options:
4
+# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
+
6
+version: 2
7
+updates:
8
+ - package-ecosystem: "composer"
9
+ directory: "/"
10
+ schedule:
11
+ interval: "weekly"
12
+ open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
13
+ versioning-strategy: widen
14
+ commit-message:
15
+ prefix: "Composer:"
16
+ labels:
17
+ - "Type: chores/QA"
18
19
+ - package-ecosystem: "github-actions"
20
21
22
23
+ open-pull-requests-limit: 5
24
25
+ prefix: "GH Actions:"
26
27
0 commit comments