Skip to content

Commit

Permalink
Ensure dependabot doesn't break over time (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Nov 25, 2024
2 parents d717a83 + ad59d70 commit 700a0b2
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 700a0b2

Please sign in to comment.