v0.227.0
What's Changed
- Don't copy .rubocop.yml file to updater's home folder by @deivid-rodriguez in #7797
- Remove mount of folder that does not exist by @deivid-rodriguez in #7799
- Let RuboCop inspect files in ecosystem bin folders by @deivid-rodriguez in #7798
- Explicitly require
dependabot/utils
before usage by @deivid-rodriguez in #7800 - Make grouped updates table more readable by @jurre in #7796
- Reduce Swift image size by @deivid-rodriguez in #7812
- Don't copy ruby version file into the updater image by @deivid-rodriguez in #7802
- Bump rubocop-performance from 1.18.0 to 1.19.0 in /updater by @dependabot in #7809
- Bump the dev-dependencies group in /composer/helpers/v2 with 2 updates by @dependabot in #7814
- Bump the dev-dependencies group in /npm_and_yarn/helpers with 1 update by @dependabot in #7807
- Bump the dev-dependencies group in /composer/helpers/v1 with 1 update by @dependabot in #7815
- Bump nokogiri from 1.15.3 to 1.15.4 in /updater by @dependabot in #7810
- Add apt lists clean up to python Dockerfile by @tvalenta in #7803
- Restore a more standard RuboCop configuration layout by @deivid-rodriguez in #7801
- Do not attempt to group git dependencies as semver by @jurre in #7817
- Drop
python
3.6
by @jeffwidman in #7610 - Remove
3.6
guard when settingpoetry config experimental.system-git-client
by @jeffwidman in #7614 - Stop manually installing python by @jeffwidman in #7613
- Update pip requirement from <23.2.0,>=21.3.1 to >=21.3.1,<23.3.0 in /python/helpers by @dependabot in #7570
- Stop explicitly specifying python patch versions by @jeffwidman in #7615
- Drop python 3.7 by @jeffwidman in #7702
- Pin poetry to specific version by @jeffwidman in #7716
- Upgrade
pip-tools
to7.2.0
by @jeffwidman in #7711 - Fix typo in no matching dependencies for group error by @jurre in #7820
- Refactor poetry logic to parse subdependency types by @deivid-rodriguez in #7826
pip
no longer requires a range by @jeffwidman in #7714- Update Go to 1.21 by @jakecoffman in #7823
- Revert "Don't copy ruby version file into the updater image (#7802)" by @deivid-rodriguez in #7835
- Python 3.6 drop follow up by @deivid-rodriguez in #7831
- Fix yanked library problems in Poetry not detected when lockfile is present by @deivid-rodriguez in #7832
- Remove code handling pyproject.lock files by @deivid-rodriguez in #7833
- Mount .ruby-version in the dev image instead of copying it by @deivid-rodriguez in #7841
- Support security updates for NPM with exact requirements and no lockfile by @deivid-rodriguez in #7819
- Simplify handling all versions metadata on NPM by @deivid-rodriguez in #7821
- v0.227.0 by @dependabot-core-action-automation in #7824
- Debug issues with docker prereleases by @deivid-rodriguez in #7842
New Contributors
Full Changelog: v0.226.0...v0.227.0