Releases: tinglesoftware/dependabot-azure-devops
Releases · tinglesoftware/dependabot-azure-devops
0.8.0
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
0.7.0
What's Changed
- Add support for alternative docker registry and repository by @PatrickBig in #285
- Allow Usage of Basic-Auth by @WebsiteDeveloper in #282
New Contributors
- @PatrickBig made their first contribution in #285
- @WebsiteDeveloper made their first contribution in #282
Full Changelog: 0.6.3...0.7.0
0.6.0
What's Changed
- Specify autocomplete merge type (#270)
New Contributors
Full Changelog: 0.5.20...0.6.0
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)
0.4.1
New:
- Support for OnPrem (#115 , thanks to @vmcbaptista )
- Replaced
DEPENDABOT_DOCKER_IMAGE_TAG
env variable withdockerImageTag
input (#111)
0.4.0
0.3.1
Nothing new only bug fixes:
- AZURE_SET_AUTO_COMPLETE must explicitly set to
"true"
for auto-complete to be set. Consequently, settingsetAutoComplete
input tofalse
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 thefailOnException
input totrue
. - Fixed error that was thrown when setting auto-complete for new PRs because the
pull_request
variable was nil. (#94 )
0.3.0
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 orfailOnException
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
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