Skip to content

0.5.0

Compare
Choose a tag to compare
@mburumaxwell mburumaxwell released this 02 Jun 06:07
· 1261 commits to main since this release

Breaking:

  • DEPENDABOT_ALLOW variable renamed to DEPENDABOT_ALLOW_CONDITIONS and DEPENDABOT_IGNORE variable renamed to DEPENDABOT_IGNORE_CONDITIONS. Both of these now use the default property naming for ignore and allow nodes as per the configuration file.
  • AZURE_WORK_ITEM_ID variable renamed to DEPENDABOT_MILESTONE and workItemId task input has been renamed to milestone, #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 via gitHubConnection input, #132
  • Support for update-types used by ignore by letting the upstream dependabot implementation handle the logic, #127 .

Fixed:

  • ignore and allow 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)