Skip to content

Commit bd758e8

Browse files
committed
Dependabot config: fix yaml warnings
1 parent a7027aa commit bd758e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
# Please see the documentation for all configuration options:
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

6+
---
67
version: 2
78
updates:
89
- package-ecosystem: "composer"
910
directory: "/"
1011
schedule:
1112
interval: "weekly"
12-
open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
13+
open-pull-requests-limit: 5
1314
versioning-strategy: widen
1415
allow:
1516
# Only allow updates to the dev dependencies as non-dev dependency

0 commit comments

Comments
 (0)