diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13721f0ba..ded96ca5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,10 @@ updates: update-types: - "version-update:semver-major" - "version-update:semver-minor" + + #since we lock this to exact versions, it causes conflicts with minor-next & major-next in composer.lock + #better to just test updates to this locally anyway since almost every version breaks something + - dependency-name: phpstan/phpstan groups: production-patch-updates: dependency-type: production