0.5.0
Breaking:
DEPENDABOT_ALLOW
variable renamed toDEPENDABOT_ALLOW_CONDITIONS
andDEPENDABOT_IGNORE
variable renamed toDEPENDABOT_IGNORE_CONDITIONS
. Both of these now use the default property naming forignore
andallow
nodes as per the configuration file.AZURE_WORK_ITEM_ID
variable renamed toDEPENDABOT_MILESTONE
andworkItemId
task input has been renamed tomilestone
, #130
New:
- Support for
milestone
property in dependabot.yml file, #130 - Support for specifying the raw GitHub token via
gitHubToken
input as an alternative to the service connection provided viagitHubConnection
input, #132 - Support for
update-types
used byignore
by letting the upstream dependabot implementation handle the logic, #127 .
Fixed:
ignore
andallow
are now passed from the task extension to the docker execution, #131- Finding PR to close now supports checks for pre-release versions, #127
- Strategy for
composer
is automatically corrected, 284be97 - Ensure docker arguments are fresh for each update processed, f741bb1
Dependencies
- Update dependabot-core 0.145.3 to 0.149.3 (docker)
- Update dependabot-omnibus 0.143.6 to 0.149.3 (ruby)