Skip to content

Commit

Permalink
Ensure dependabot doesn't break over time
Browse files Browse the repository at this point in the history
The automated GitHub workflow updates were broken for some time due to dependabot's images fetched
at runtime went out of sync with the binary.

While updating dependabot fixed it for now, a more permanent fix is to use the version of dependabot
that pins the images at build time, introduced in
NixOS/nixpkgs#352866 and NixOS/nixpkgs#354085
  • Loading branch information
infinisil committed Nov 25, 2024
1 parent 54a1aec commit ad59d70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ let
githubActions = pkgs.writeShellApplication {
name = "update-github-actions";
runtimeInputs = with pkgs; [
dependabot-cli
dependabot-cli.withDockerImages
docker
jq
github-cli
coreutils
Expand Down

0 comments on commit ad59d70

Please sign in to comment.