From a2cca6798c5700943aeabb17364197de22607533 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 13 Oct 2024 23:08:57 -0400 Subject: [PATCH] dependabot 1.55.0 autobump: add dependabot Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/d/dependabot.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index 17a8880c589ec..cd74aabb4b046 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -603,6 +603,7 @@ delve demumble deno dep-tree +dependabot dependency-check deployer der-ascii diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index 6586c182de53d..a6311ee5d575c 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -1,8 +1,8 @@ class Dependabot < Formula desc "Tool for testing and debugging Dependabot update jobs" homepage "https://github.com/dependabot/cli" - url "https://github.com/dependabot/cli/archive/refs/tags/v1.54.0.tar.gz" - sha256 "ae496c65e4f947cca1251c9f786fbcc1e5e1a079af7fee08b893265e69d39295" + url "https://github.com/dependabot/cli/archive/refs/tags/v1.55.0.tar.gz" + sha256 "14f6c59e32544772d28412f0e616e07b23d70232019d582b1237068fe12a41c7" license "MIT" head "https://github.com/dependabot/cli.git", branch: "main"