mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-12 23:51:55 +00:00
![]() Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Rhys Arkins <rhys@arkins.net> |
||
---|---|---|
.. | ||
artifacts.spec.ts | ||
artifacts.ts | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
schema.ts |
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.