Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@svengreb svengreb released this 06 May 08:53

Release Date: 2022-05-06 Project Board Milestone

Show all commits

Improvements

Opt-in Dependabot version update configuration#94#95 (⊶ d34de53)

↠ The .github/dependabot.yml Dependabot configuration file for automation version updates that was introduced in #52 often causes a lot of PR noise and does not really help since updates also often require more action than just a bump of the version number itself like migration steps or adjustments to changes (e.g. APIs or deprecated implementations). Since Dependabot is not able to fulfill this and only does a stupid increase of the version number it often creates more work than it helps. The result are often hundreds of notifications and more digital noise for developers and maintainers without any real benefit since version & security updates are done on a regular schedule by maintainers who know what they are doing and how modern software should be maintained.
Therefore the .github/dependabot.yml file has been renamed to .github/dependabot.tmpl.yml to disable Dependabot for this repository while still allowing repositories that are based on this template repository to opt-in.

The full changelog is available in the repository

Copyright © 2020-present Sven Greb