ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/.github/workflows
Austin Seipp c1b6f2c666 github: automatically update flake.lock every week
Summary: Keeping the flake.lock up to date and 'fresh' is nice for
all the same reasons that apply to things like Cargo, Poetry, etc.

Unfortunately, dependabot doesn't have support for Nix flakes. There is also
no mechanism to add 'out of band' updates through dependabot, at least not yet.
Instead, we use the `update-flake-lock` action from Determinate Systems, which
can paper over it for us.

This updates once a week on Sunday, which is pretty fine, I think.

A theoretical downside of this approach is that we can't group updates together
like dependabot does; but dependabot only groups 'related' updates together,
i.e. updates to Cargo dependencies. If it also detected updates for e.g. Poetry
or Nix, it would make separate PRs for those.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Change-Id: I6f447deffc545da77fb320519abcf437
2023-11-03 10:34:16 -05:00
..
build.yml github: bump the github-dependencies group with 1 update 2023-10-18 08:53:05 -07:00
codespell.yml github: fix codespell skip syntax for directories 2023-11-02 15:37:26 -05:00
dependabot.yml
docs.yml github: bump the github-dependencies group with 1 update 2023-10-18 08:53:05 -07:00
nix-linux.yml github: bump the github-dependencies group with 1 update 2023-10-18 08:53:05 -07:00
nix-update-flake.yml github: automatically update flake.lock every week 2023-11-03 10:34:16 -05:00
release.yml github: bump the github-dependencies group with 1 update 2023-10-18 08:53:05 -07:00
scorecards.yml github: bump the github-dependencies group with 1 update 2023-10-24 16:13:15 +00:00