Skip to content

Commit

Permalink
Fix dependabot updates
Browse files Browse the repository at this point in the history
The automated GitHub workflow updates have been broken for some time

See NixOS/nixpkgs#352866 and NixOS/nixpkgs#354085
  • Loading branch information
infinisil committed Nov 6, 2024
1 parent 02db8e4 commit c3e2ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ let
githubActions = pkgs.writeShellApplication {
name = "update-github-actions";
runtimeInputs = with pkgs; [
dependabot-cli
dependabot-cli.withDockerImages
jq
github-cli
coreutils
Expand Down

0 comments on commit c3e2ab2

Please sign in to comment.