algolia / shipjs

Take control of what is going to be your next release.
https://community.algolia.com/shipjs/
MIT License
766 stars 30 forks source link

chore: remove renovate #971

Closed eunjae-lee closed 2 years ago

eunjae-lee commented 2 years ago

Summary

This PR removes renovate. It's been creating a massive pull requests after every commit. We will revisit this.

bodinsamuel commented 2 years ago

I would really encourage to revisit this, maintaining a repository up to date is critical, especially with the number of security patches that are made lately. If you are multiple major behind it will be harder (or even impossible) to apply hot fixes. And it's about us but also about all users installing this package, this make them vulnerable.

using this will help you having better default, but yes it's cumbersome.

  "extends": [
    "config:js-lib",
    "algolia"
  ],