From e9c4c1df8af43562b16546f679796789043ebeb0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:57:20 +0000 Subject: [PATCH 1/2] dependabot 1.81.0 --- Formula/d/dependabot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index a3be8a8d1d34..46f65600debc 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.80.0.tar.gz" - sha256 "c80968da8401d8eabfe54b1269216da19dbf0d11e274166097bfb4a812480ba1" + url "https://github.com/dependabot/cli/archive/refs/tags/v1.81.0.tar.gz" + sha256 "0ebd3ee1be5f17ffdc9873899f6606bd287efcc9a6ce1a954450c2cc3d8f3205" license "MIT" head "https://github.com/dependabot/cli.git", branch: "main" From ea29dc0b3ef2f23cf62e911a7fa76d6e8f3c2e5d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 6 Jan 2026 20:59:05 +0000 Subject: [PATCH 2/2] dependabot: update 1.81.0 bottle. --- Formula/d/dependabot.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/d/dependabot.rb b/Formula/d/dependabot.rb index 46f65600debc..cefbfbafb24e 100644 --- a/Formula/d/dependabot.rb +++ b/Formula/d/dependabot.rb @@ -7,13 +7,12 @@ class Dependabot < Formula head "https://github.com/dependabot/cli.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_tahoe: "52ac1f299e6acb40b1cd89db253a60aa7c940c3752399609e3fdc35b32bb3f93" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "52ac1f299e6acb40b1cd89db253a60aa7c940c3752399609e3fdc35b32bb3f93" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "52ac1f299e6acb40b1cd89db253a60aa7c940c3752399609e3fdc35b32bb3f93" - sha256 cellar: :any_skip_relocation, sonoma: "7543513762d685ee7eaaca304cd5d35cd1423eab85a76baac006ffd24a0b1d97" - sha256 cellar: :any_skip_relocation, arm64_linux: "d7ead60c26fddb71455311f05244f005039e04aa8d5641ac64fe549e371fd467" - sha256 cellar: :any_skip_relocation, x86_64_linux: "711d2890cfc3dcad998bc83e6f1eee9d3fb2cedba8b2e7d86ea33c35c22c7778" + sha256 cellar: :any_skip_relocation, arm64_tahoe: "4459798dc0e15e89a5e73e7ac72fc28596ce32ca0e844086ab62e2bb237360e6" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4459798dc0e15e89a5e73e7ac72fc28596ce32ca0e844086ab62e2bb237360e6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "4459798dc0e15e89a5e73e7ac72fc28596ce32ca0e844086ab62e2bb237360e6" + sha256 cellar: :any_skip_relocation, sonoma: "3c4b06c7d6e46d894f29e88a1e7d2da2dd6485f64397d03b08c55d809b2140e6" + sha256 cellar: :any_skip_relocation, arm64_linux: "a033eecba1926bc6b278ab4b8c9c5fdb2171cb46168a358855aba5111448fe65" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4a559265d4280e80b29e327776504011be8201ebbc11e50c8d44e52f67cadd5a" end depends_on "go" => :build