mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-12 23:51:55 +00:00

Co-authored-by: Rhys Arkins <rhys@arkins.net> Co-authored-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net> Co-authored-by: Mathieu Fenniak <biziqe@mathieu.fenniak.net>
637 B
637 B
The nix
manager supports:
lockFileMaintenance
updates forflake.lock
- input updates for
flake.lock
For specifying packageRules
it is important to know how depName
and packageName
are defined for nix updates:
- The
depName
field is equal to the nix flake input name, eg.nix.inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
would have thedepName
ofnixpkgs
- The
packageName
field is equal to the fully-qualified root URL of the package source, eg.https://github.com/NixOS/nixpkgs
for the above example.