ci(dependencies.io): use latest php-composer actor

pull/167/merge
Felix Becker 2017-10-29 15:33:06 -07:00
parent bf45cc01fc
commit 3cb3331cc9
1 changed files with 4 additions and 4 deletions

View File

@ -13,23 +13,23 @@ collectors:
# receive pull requests to update composer.lock for any update to the language server or dependencies of it # receive pull requests to update composer.lock for any update to the language server or dependencies of it
# after merging, depending on whether it was a patch or feature update, # after merging, depending on whether it was a patch or feature update,
# semantic-release will bundle a new patch or feature version of the extension # semantic-release will bundle a new patch or feature version of the extension
- type: php-composer:0.6.0-beta - type: php-composer
path: / path: /
settings: settings:
collect_transitive: true collect_transitive: true
actors: actors:
- type: php-composer:0.6.0-beta - type: php-composer
versions: "L.L.Y" versions: "L.L.Y"
settings: settings:
commit_message_prefix: "fix: " commit_message_prefix: "fix: "
- type: php-composer:0.6.0-beta - type: php-composer
versions: "L.Y.0" versions: "L.Y.0"
settings: settings:
commit_message_prefix: "feat: " commit_message_prefix: "feat: "
- type: php-composer:0.6.0-beta - type: php-composer
versions: "Y.0.0" versions: "Y.0.0"
settings: settings:
commit_message_prefix: "chore: " commit_message_prefix: "chore: "