heroku / heroku-buildpack-clojure

Heroku's buildpack for Clojure applications.
MIT License
117 stars 114 forks source link

Group minor/patch version Ruby Dependabot updates into one PR #149

Closed edmorley closed 11 months ago

edmorley commented 11 months ago

Ruby minor/patch dependencies will now be grouped, using the new Dependabot grouping feature: https://github.blog/changelog/2023-08-17-grouped-version-updates-by-semantic-version-level-for-dependabot/

This hasn't been enabled for the GitHub Actions dependencies, since they all use major pinning (since we only use the official actions like actions/checkout).

In addition, the check changelog skipping strategy has been updated to use the skip changelog label for (a) explicitness, (b) to allow removing the label in situations where we realise a changelog entry is required, (c) for consistency with other repos.

GUS-W-14303554.