File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,12 @@ Consider using more specific presets in your projects since they might be better
5757
5858#### Package rules
5959
60- | Ruleset | Matching packages | Description |
61- | ----------------------| -----------------------------------------| ----------------------------------------------------------------------------------------|
62- | Development packages | ` devDependencies ` , ` require-dev ` | All packages used for development, updates in minor and patch range will be automerged |
63- | PHPStan packages | ` phpstan/* ` , various PHPStan extensions | PHPStan and extensions, will ge grouped as ` PHPStan ` |
64- | PHP version updates | ` php ` | PHP version will be widened and automerge is disabled |
60+ | Ruleset | Matching packages | Description |
61+ | -------------------------| -----------------------------------------| ----------------------------------------------------------------------------------------|
62+ | Development packages | ` devDependencies ` , ` require-dev ` | All packages used for development, updates in minor and patch range will be automerged |
63+ | PHPStan packages | ` phpstan/* ` , various PHPStan extensions | PHPStan and extensions, will ge grouped as ` PHPStan ` |
64+ | PHP version updates | ` php ` | PHP version will be widened and automerge is disabled |
65+ | GitHub artifact actions | ` actions/*-artifact ` | GitHub actions to upload and download artifacts are grouped to a single PR |
6566
6667### Git Flow preset
6768
You can’t perform that action at this time.
0 commit comments