vscode-php-intellisense/dependencies.yml

34 lines
976 B
YAML
Raw Normal View History

collectors:
- type: js-npm
2018-11-11 17:32:17 +00:00
path: /
actors:
# pull requests for new major versions
- type: js-npm
versions: 'Y.0.0'
settings:
# these updates should generally not have an effect on users
commit_message_prefix: 'chore: '
2017-10-20 22:47:46 +00:00
2018-11-11 17:32:17 +00:00
# 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
2018-11-11 17:32:17 +00:00
path: /
settings:
2018-11-11 17:32:17 +00:00
collect_transitive: true
actors:
- type: php-composer
versions: 'L.L.Y'
settings:
commit_message_prefix: 'fix: '
2017-10-20 22:47:46 +00:00
2018-11-11 17:32:17 +00:00
- type: php-composer
versions: 'L.Y.0'
settings:
commit_message_prefix: 'feat: '
2017-10-20 22:47:46 +00:00
2018-11-11 17:32:17 +00:00
- type: php-composer
versions: 'Y.0.0'
settings:
commit_message_prefix: 'chore: '