Use depfu and Mergify to automatically merge dependency updates

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • automatic-pull-request-review

  • Oh, do they now? As said before, Mergify will wait until no required checks fail, and that includes required reviews. No problem! We can automate PR reviewal as well! I've found that Andrew Musgrave's automatic-pull-request-review GitHub Action works great. In our .github/workflows directory we create a new GitHub check. Let's call the file automatic-dependency-review.yml (you can call the file ✨whatever you want✨):

  • renovate

    Universal dependency automation tool.

  • For some time, I have updated the projects manually, however this became way too time consuming. Enter depfu, a free (for open source projects) service that keeps your project's dependencies up-to-date by proposing pull requests (PRs) whenever there's a new dependency version. Renovate is a similar service, and would work the same for the purpose of this tutorial. Depfu has made my life much easier – it automatically creates PRs and the only job left for me is to approve and merge the PR. This is all well and good, however with many projects, even this process becomes tedious. Let's try to automate this task even further!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How use Renovate Bot on self-hosted GitLab

    3 projects | dev.to | 22 Apr 2024
  • Understanding Mend Renovate's Pull Request Workflow

    2 projects | dev.to | 25 Mar 2024
  • Evaluating New Software Forges

    2 projects | news.ycombinator.com | 17 Dec 2023
  • Automatically Updating Helm Chart Referenced in Argo CD Using Renovate - Part 2

    3 projects | dev.to | 5 May 2023
  • Anyone maintaining a large application (with many developers), how do you maintain your npm packages?

    1 project | /r/reactjs | 13 Apr 2023