GithubHelp home page GithubHelp logo

isabella232 / renovate-config-algolia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from algolia/renovate-config-algolia

0.0 0.0 0.0 672 KB

Algolia's Renovate shareable configuration

License: MIT License

JavaScript 100.00%

renovate-config-algolia's Introduction

renovate-config-algolia

This repository holds a Renovate shareable configuration, much like algolia/eslint-config-algolia.

Renovate keeps npm dependencies up-to-date the right way, the right features and right time.

How to use it

1. Create a renovate.json file:

If you have a JavaScript application (dashboard, static website generator), put this in your renovate.json:

{
  "extends": ["config:js-app", "algolia"]
}

If you have a JavaScript library:

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

The only difference between the two configurations is that an application will have its devDependencies and dependencies pinned. While a JavaScript library will only have its devDependencies pinned. Read the Renovate docs, dependency pinning to learn more.

You do not need to install renovate-config-algolia, as it's automatically picked up by Renovate.

2. Activate Renovate

Go to https://github.com/apps/renovate, ask a GitHub admin of the organisation if you need help on how to do this step.

What's inside the configuration?

The Renovate configuration automerges any minor and patch updates to any dependencies in your repository. It will directly push to the GitHub default branch of your project.

It runs every weekend, Paris time.

We chose to have a configuration that directly pushes to GitHub to avoid any notification noise inside GitHub by having a lot of Pull Requests to merge manually. If the update passes your test suite, then it's merged directly. If tests are not passing or if there's a major upgrade then a pull request will be opened.

renovate-config-algolia's People

Contributors

renovate-bot avatar bodinsamuel avatar vvo avatar semantic-release-bot avatar raphi avatar haroenv avatar honkinggoose avatar rarkins avatar sarahdayan avatar renovate[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.