We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7027aa commit bd758e8Copy full SHA for bd758e8
.github/dependabot.yml
@@ -3,13 +3,14 @@
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
+---
7
version: 2
8
updates:
9
- package-ecosystem: "composer"
10
directory: "/"
11
schedule:
12
interval: "weekly"
- open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
13
+ open-pull-requests-limit: 5
14
versioning-strategy: widen
15
allow:
16
# Only allow updates to the dev dependencies as non-dev dependency
0 commit comments