Skip to content

Releases: tinglesoftware/dependabot-azure-devops

0.8.0

04 Jul 06:58
6af64eb
Compare
Choose a tag to compare

What's Changed

  • Support for .github/dependabot.yml config file as an alternative for .azuredevops/dependabot.yml (#306).
  • Deprecate explicit inputs (#307)
  • Bug/auto complete pr ado 2019 by @PatrickBig in #309

Full Changelog: 0.7.1...0.8.0

0.7.1

27 Jun 06:17
bf2c335
Compare
Choose a tag to compare

What's Changed

  • Adjust requirements_update_strategy to fix pub crashes by @ko16a46 in #303

New Contributors

Full Changelog: 0.7.0...0.7.1

0.7.0

16 Jun 06:28
47e9574
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.3...0.7.0

0.6.0

06 May 05:40
Compare
Choose a tag to compare

What's Changed

  • Specify autocomplete merge type (#270)

New Contributors

Full Changelog: 0.5.20...0.6.0

0.5.0

02 Jun 06:07
Compare
Choose a tag to compare

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)

0.4.1

12 May 05:49
f5f7180
Compare
Choose a tag to compare

New:

  • Support for OnPrem (#115 , thanks to @vmcbaptista )
  • Replaced DEPENDABOT_DOCKER_IMAGE_TAG env variable with dockerImageTag input (#111)

0.4.0

04 May 18:04
Compare
Choose a tag to compare

New:

Fixes:

  • squash merge and deleting source branch not working #105
  • method and variable name conflict #103 , #109

0.3.1

21 Apr 05:18
1a66989
Compare
Choose a tag to compare

Nothing new only bug fixes:

  • AZURE_SET_AUTO_COMPLETE must explicitly set to "true" for auto-complete to be set. Consequently, setting setAutoComplete input to false will not result in auto-completing pull requests #93 and #92
  • Failure to create a PR (response code is not 201) now raises/throws an error (#81 , #94). If you wish to continue, set the DEPENDABOT_FAIL_ON_EXCEPTION variable to "true" or the failOnException input to true.
  • Fixed error that was thrown when setting auto-complete for new PRs because the pull_request variable was nil. (#94 )

0.3.0

20 Apr 13:29
Compare
Choose a tag to compare

New:

  • Resolving merge conflicts (Dependabot::PullRequestUpdater)
  • Work Item Linking, #87
  • Autocomplete pull requests, #89
  • Override repository name , #82 thanks to @acgritt
  • Support for excluding certain requirements to update, #90
  • Support continuing if exceptions occur via the DEPENDABOT_FAIL_ON_EXCEPTION variable or failOnException input. #86

Fixes:

  • versions can be null for DEPENDABOT_IGNORE, #91

Dependencies:

  • Bump dependabot-omnibus from 0.140.2 to 0.142.1
  • Bump dependabot-core from 0.140.2 to 0.142.1

Support for dependabot.yml

18 Feb 06:45
Compare
Choose a tag to compare

New:

  • Support for .azuredevops/dependabot.yml file

Dependencies:

  • Bump dependabot-omnibus from 0.129.5 to 0.133.2
  • Bump dependabot-core from 0.129.5 to 0.133.2