Skip to content

Releases: dependabot/dependabot-core

v0.301.1

14 Mar 18:45
7e3dcdb
Compare
Choose a tag to compare

What's Changed

  • [Feature] Standardize uv Package Fetcher, Extend Latest Version Finder, and Enable Cooldown Filtering via Feature Flag by @kbukum1 in #11804
  • mount the SSH_AUTH_SOCK socket for ssh-agent by @dmitris in #11683
  • Bump library/golang from 1.22.5-bookworm to 1.24.1-bookworm in /go_modules by @dependabot in #11740
  • Bump pip from 24.0 to 25.0.1 in /python/helpers in the pip group across 1 directory by @dependabot in #11596
  • Adding support for helm charts by @robaiken in #11726
  • Update go mod version before running go mod tidy -e by @thavaahariharangit in #11815
  • Revert "Bump pip from 24.0 to 25.0.1 in /python/helpers in the pip group across 1 directory" by @thavaahariharangit in #11816
  • v0.301.1 by @dependabot-core-action-automation in #11819

Full Changelog: v0.301.0...v0.301.1

v0.301.0

13 Mar 16:08
50747f4
Compare
Choose a tag to compare

What's Changed

  • Revert "Downgrade Rust Docker image from 1.85.0-bookworm to 1.84.0-bookworm to restore missing dependencies" by @robaiken in #11746
  • align version checking code with the parse method by @brettfo in #11742
  • Add/Update Specs for Job & Fix Dry-Run to Pass Cooldown Through Env Variables by @kbukum1 in #11753
  • Make setup-go inherit go version from the go.mod file by @jeffwidman in #11717
  • Remove cooldown parameter from update checker for security updates by @kbukum1 in #11758
  • report pr status messages as appropriate by @brettfo in #11757
  • install libssl 1.1 to support older .NET SDKs by @brettfo in #11741
  • allow multiple forms for $.job.commit-message-options.include-scope property by @brettfo in #11778
  • Fix added for sorbet type strict. by @randhircs in #11754
  • add simple title, commit message, and body text generation by @brettfo in #11763
  • strip BOM from YAML manifests by @brettfo in #11779
  • move back to hard-coded modes if mode is not provided by @jakecoffman in #11760
  • properly report failure to deserialize job file by @brettfo in #11780
  • Fix NilClass error in format_version_releases for Python package details fetcher by @kbukum1 in #11789
  • install .NET SDK from channel if necessary by @brettfo in #11791
  • Update the uv ecosystem to handle uv.lock files by @markhallen in #11795
  • explicitly override TreatWarningsAsErrors to false during discovery by @brettfo in #11786
  • ensure $TEMP and $TMP environment variables exist by @brettfo in #11799
  • build(deps): bump terraform from 1.10.5 to 1.11.0 by @HorizonNet in #11696
  • Bump the dev-dependencies group across 1 directory with 2 updates by @dependabot in #11770
  • Support ruby style requirements as gradle requirements by @jonabc in #11764
  • Update maven version pattern for new parser by @jonabc in #11767
  • Handle php version mismatch error. by @thavaahariharangit in #11703
  • Bump Bun to 1.2.1 by @yeikel in #11433
  • install libssl 1.0 to support .NET SDK 2.1 by @brettfo in #11801
  • Update toml-rb to v 4.0 by @markhallen in #11796
  • Update the uv LockFileUpdater regex by @markhallen in #11810
  • v0.301.0 by @dependabot-core-action-automation in #11808

Full Changelog: v0.300.0...v0.301.0

v0.300.0

06 Mar 14:53
3b926a3
Compare
Choose a tag to compare

What's Changed

  • Bump library/rust from 1.82.0-bookworm to 1.85.0-bookworm in /cargo by @dependabot in #11662
  • use $.job.credentials-metadata if $.credentials isn't given by @brettfo in #11704
  • Added sorbet type strict for the metadata_finder by @randhircs in #11660
  • Simplify the "version already exists" check by using RubyGems v2 API by @jeffwidman in #11712
  • Use Poetry v2 by @edgarrmondragon in #11642
  • Add Generic Cooldown Filtering and Enable for Python Package Manager by @kbukum1 in #11693
  • use different values for $(TargetPlatformVersion) for TFM and dependency discovery by @brettfo in #11718
  • Bump pipenv from 2024.0.2 to 2024.4.1 in /python/helpers in the pipenv group across 1 directory by @dependabot in #11409
  • Add strict typing for the elm update checker by @markhallen in #11716
  • Document why bundler-cache: true isn't needed by @jeffwidman in #11711
  • detect dependencies with restore property to work around NuGet bug by @brettfo in #11727
  • Downgrade Rust Docker image from 1.85.0-bookworm to 1.84.0-bookworm to restore missing dependencies by @kbukum1 in #11738
  • Fix passing cooldown options into Python Latest Version Finder by @kbukum1 in #11743
  • Better: Prepend .gitconfig with random hash to allow concurrency by @ylecuyer in #9219
  • Handle uv pyproject.toml without a requirements.txt lock file by @markhallen in #11735
  • Remove FF and tests for npm6 deprecation and unsupported error by @amazimbe in #11622
  • v0.300.0 by @dependabot-core-action-automation in #11744

New Contributors

Full Changelog: v0.299.1...v0.300.0

v0.299.1

28 Feb 15:48
93bcd1d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.299.0...v0.299.1

v0.299.0

27 Feb 16:44
754c5bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.298.0...v0.299.0

v0.298.0

20 Feb 15:53
444aeb4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.297.2...v0.298.0

v0.297.2

19 Feb 21:10
9286f0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.297.1...v0.297.2

v0.297.1

19 Feb 13:38
c0899ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Special Acknowledgments

Full Changelog: v0.297.0...v0.297.1

v0.297.0

13 Feb 11:41
59f111f
Compare
Choose a tag to compare

What's Changed

  • make helper function return deterministic by @brettfo in #11573
  • Fixes [Pipfile] [Python] raise error on malformed pipfile contents by @sachin-sandhu in #11576
  • v0.297.0 by @dependabot-core-action-automation in #11577

Full Changelog: v0.296.3...v0.297.0

v0.296.3

12 Feb 22:17
7e15086
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.296.2...v0.296.3