mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-18 15:05:56 +00:00
dependabot: ignore phpstan/phpstan updates
these are noisy and cause conflicts. Since they also usually cause new errors to be reported, we often can't directly update it anyway. Better to test & update this locally.
This commit is contained in:
parent
341c7a03a9
commit
09acbfab4c
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -12,6 +12,10 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "version-update:semver-major"
|
- "version-update:semver-major"
|
||||||
- "version-update:semver-minor"
|
- "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:
|
groups:
|
||||||
production-patch-updates:
|
production-patch-updates:
|
||||||
dependency-type: production
|
dependency-type: production
|
||||||
|
Loading…
x
Reference in New Issue
Block a user