update-flake-lock
update-flake-lock copied to clipboard
Automatically refresh your Nix Flakes.
For updating my NixOS configuration, I would like to only update my flake input automatically on `nixpkgs/nixos-unstable` updates. However, when there is such an update, I would also like other...
##### Description Fixes #210 Only pass `--option commit-lockfile-summary commitMessage` to `nix flake update` when the `commit-msg` is defined; i.e. non-empty. Changed the input's default to `""` to allow it to...
Only define `commit-lock-file-summary` when the `commit-msg` input is explicitly defined (non-empty)
It is possible to configure `commit-lock-file-summary` via a flake's `nixConfig` or via global nix config (e.g. specified in the install-nix action). However, if `--commit-lock-file-summary` (or more precisely, `--option commit-lockfile-summary`) is...
##### Description This PR add support for the signoff options supported by the [Peter Evans's create-pull-request action](https://github.com/peter-evans/create-pull-request/tree/6d6857d36972b65feb161a90e484f2984215f83e) ##### Checklist - [x] Tested functionality against a test repository (see ["How to...
##### Description Currently this action allows to sign the commit via the GPG. However, with the new v7 [Peter Evans's create-pull-request action](https://github.com/peter-evans/create-pull-request), there is an option to use the GitHub...
I saw recently in aa3e38e that the FlakeHub Cache was removed from this repository's update workflow. I ask my question because I thought that a cache like [magic-nix-cache](https://github.com/DeterminateSystems/magic-nix-cache) would cache...
(See title) For example, we have this PR created by update-flake-lock https://github.com/molybdenumsoftware/pr-tracker/pull/260, which now conflicts because a different PR updated flake.lock first. What do we do to "unstick" this PR?...
Would it be possible to add the output of `nvd` to the PRs? https://khumba.net/projects/nvd/
When there is an automated PR already open and the action gets triggered again, it force overrides any previous update-flake-lock action commits in this existing PR. Instead, is there a...
Our policies on our repos require that our commits all be verified in order to be merged. To accomplish this for github actions that produce PRs, we use tibdex/github-app-token@v1 to...