Skip to content

Updating Packages with Mend Renovate

This tutorial explains how to automatically updates packages using Renovate Bot.

Add a GitHub workflow for running the check

The meta template contains an example configuration for Renovate.

  1. Initialize the template from the root directory of the project:

    Terminal window
    nix flake init github:akirak/flake-templates#meta
  2. Adjust the .github/renovate.json file to match your project requirements.

Resources