Skip to content

Releases: tinglesoftware/dependabot-azure-devops

0.2.0

07 Jan 07:26
Compare
Choose a tag to compare

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, or gomod will now work.
  • Support for allow and ignore options
  • Environment variables are now scoped (prefix by DEPENDABOT_ or AZURE_ respectively)

Removed:

  • Private feed name (feedName or PRIVATE_FEED_NAME) and packaging hostname (azurePackagingHostname or AZURE_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

21 Dec 01:52
Compare
Choose a tag to compare

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 )