Skip to content

Commit 850abbd

Browse files
authored
dependabot remove composer allow section (#1098)
It seems that "direct" and "development" `dependency-type`s are always included. We can only conclude that the missing development dependency updates either do not resolve at all, or the latest version of them does not resolve now. We had previously defined a limit of 10 open PRs at a time. For example, a compatible update from `1.0` to `1.1` will not be made if the PR limit has been reached. Later, when a new `1.2` release is made, it may be incompatible with other packages. Now no PR is made because dependabot doesn't check all historic versions (in this case `1.1`).
1 parent 95bb41a commit 850abbd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ updates:
1010
schedule:
1111
interval: daily
1212
open-pull-requests-limit: 50
13-
allow:
14-
- dependency-type: direct
15-
- dependency-type: development
1613
ignore:
1714
- dependency-name: lcobucci/jwt
1815
versions:

0 commit comments

Comments
 (0)