mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-21 10:26:38 +00:00
dependabot: group patch updates into a single PR
This commit is contained in:
parent
31484ee5c1
commit
f750b01d8b
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@ -12,6 +12,19 @@ updates:
|
|||||||
update-types:
|
update-types:
|
||||||
- "version-update:semver-major"
|
- "version-update:semver-major"
|
||||||
- "version-update:semver-minor"
|
- "version-update:semver-minor"
|
||||||
|
groups:
|
||||||
|
production-patch-updates:
|
||||||
|
dependency-type: production
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "patch"
|
||||||
|
development-patch-updates:
|
||||||
|
dependency-type: development
|
||||||
|
patterns:
|
||||||
|
- "*"
|
||||||
|
update-types:
|
||||||
|
- "patch"
|
||||||
|
|
||||||
- package-ecosystem: gitsubmodule
|
- package-ecosystem: gitsubmodule
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user