vscode-php-intellisense/dependencies.yml

33 lines
808 B
YAML

collectors:
- type: js-npm
path: /
actors:
# pull requests for new major versions
- type: js-npm
versions: "Y.0.0"
# 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,
# semantic-release will bundle a new patch or feature version of the extension
- type: php-composer:0.6.0-beta
path: /
settings:
collect_transitive: true
actors:
- type: php-composer:0.6.0-beta
versions: "L.L.Y"
settings:
commit_message_prefix: "fix: "
- type: php-composer:0.6.0-beta
versions: "L.Y.0"
settings:
commit_message_prefix: "feat: "
- type: php-composer:0.6.0-beta
versions: "Y.0.0"
settings:
commit_message_prefix: "chore: "