Releases: dependabot/cli
Releases · dependabot/cli
v1.10.0
v1.9.0
What's Changed
- create credential conveniences by @jakecoffman in #36
- Bump wangyoucao577/go-release-action from 1.32 to 1.33 by @dependabot in #39
- improve result diffing by @jakecoffman in #40
Full Changelog: v1.8.0...v1.9.0
v1.8.0
v1.7.1: Bump github.com/spf13/cobra from 1.6.0 to 1.6.1
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
v1.7.0
fix running updater even though fetcher failed
v1.6.0
fix replaces base boolean coming into the job as a string
v1.5.0: Add `ignore_conditions > update-types` to job (#21)
I found that it was missing when the CLI was not correctly passing it to the updater.
v1.4.0
add debug environment variable when debugging
v1.3.0
custom proxy certificate (#12)
v1.2.0: Remove http basic auth from proxy (#3)
In https://github.com/github/dependabot-update-job-proxy/pull/988 we're removing HTTP Basic Auth from the proxy. While passing them won't cause any issues, it will no longer serve a purpose. It should technically be fine to merge these changes _before_ that lands, as the proxy can currently be ran without setting up basic auth, but let's get that PR to land first.