mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +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:
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
|
||||||
|
Reference in New Issue
Block a user