Releases: tinglesoftware/dependabot-azure-devops
Releases · tinglesoftware/dependabot-azure-devops
0.2.0
New:
- Support multiple extra credentials
- Support for
versioning-strategy
. See docs for more information on options. - Support alternate values for
package_ecosystem
/package_manager
. Specifyingmix
,gitsubmodule
, orgomod
will now work. - Support for
allow
andignore
options - Environment variables are now scoped (prefix by
DEPENDABOT_
orAZURE_
respectively)
Removed:
- Private feed name (
feedName
orPRIVATE_FEED_NAME
) and packaging hostname (azurePackagingHostname
orAZURE_PACKAGING_HOSTNAME
) options are no longer supported (use extra credentials instead). - Packaging permission for Azure DevOps PAT is no longer required. It is still required for extra credentials that may be using Azure Artifacts.
Dependencies:
- Bump dependabot-omnibus from 0.129.1 to 0.129.3 for script and docker base image.
0.1.4
In this release there is now is support for limiting the number of open pull requests (#19 ), via OPEN_PULL_REQUESTS_LIMIT
environment variable and/or openPullRequestsLimit
input of the Azure DevOps extension task. When not provided, the default is 5
.
Others:
- To ease the debugging process, logs were added for the target branch, directory, and when a GitHub Access Token is provided. [Enhancement]
- Fixed issue where projects with spaces are not would fail (#18 )