Skip to content

Commit 62c0caa

Browse files
[DOCS] Add GitHub artifact actions package rule to documentation
1 parent a5e2b4b commit 62c0caa

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)