We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69e29a commit 9ab8839Copy full SHA for 9ab8839
.github/dependabot.yml
@@ -3,4 +3,15 @@ updates:
3
- package-ecosystem: "composer"
4
directory: "/"
5
schedule:
6
- interval: "weekly"
+ interval: weekly
7
+ groups:
8
+ patch-updates:
9
+ update-types: ["patch"]
10
+ minor-updates:
11
+ update-types: ["minor"]
12
+ open-pull-requests-limit: 5
13
+ - package-ecosystem: "github-actions"
14
+ directory: "/"
15
+ schedule:
16
17
+ open-pull-requests-limit: 3
0 commit comments