We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb00af commit a0956f2Copy full SHA for a0956f2
1 file changed
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "composer"
4
+ allow:
5
+ - dependency-type: all
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ open-pull-requests-limit: 1
10
+ versioning-strategy: "increase-if-necessary"
11
+ - package-ecosystem: "github-actions"
12
13
14
15
0 commit comments