From f109362a7abee59eb6db6b0b063e09abf18cee94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Sep 2024 21:57:18 +0000 Subject: [PATCH 1/2] renovate 38.93.0 --- Formula/r/renovate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 0f32b25b1769..845097406aac 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -1,8 +1,8 @@ class Renovate < Formula desc "Automated dependency updates. Flexible so you don't need to be" homepage "https://github.com/renovatebot/renovate" - url "https://registry.npmjs.org/renovate/-/renovate-38.92.0.tgz" - sha256 "fa5445136ac9568d3c394ddd4b1ad2ad9ba9fcd1d89e0feabc493e235b8210fd" + url "https://registry.npmjs.org/renovate/-/renovate-38.93.0.tgz" + sha256 "0fd53ba09df5be434e651f84930b7336aab927f0c06c1a58063c89185b89b8f7" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` From 473e650c20eda3c82bda274b15249c27b72073e9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 21 Sep 2024 22:59:44 +0000 Subject: [PATCH 2/2] renovate: update 38.93.0 bottle. --- Formula/r/renovate.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 845097406aac..779a6523efef 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -17,12 +17,12 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc83e647b12fbf6aea19ee1ad5b39bbbac3aa24d9702f19596a7680aea467227" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce3dbed7c8a82adb0f23d2949d14f0d13869fcfb7c5feb6780d8c51ffa7534c8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "921d054fff1b7484c39e1016a69b83e7f8aa2742b089a577025331ea52f65d39" - sha256 cellar: :any_skip_relocation, sonoma: "70e039bdf7defa82af83a277d040aecab7b6a6389920b8e2359acb39080ed969" - sha256 cellar: :any_skip_relocation, ventura: "fc37dd5b85ace77fde5c3bd580a2e5a00724331434060e8f66bd03a414b74465" - sha256 cellar: :any_skip_relocation, x86_64_linux: "baa612653add714710b959e01018a6e45fa0e1fad998c156abed17757ed6f5d7" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "10b9543e6b43563ed71ab539e459c6eeb6dd3fd454a85586c73ba6095ee8712f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "88196aeff8b1be3e22d1131ef80877e597abd02a67ccfebd094e6daeec2b74a3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f8e8b0bea79a71edacd2459e6b7fbb49463f62c8bef93a79a9feb4df82e38efa" + sha256 cellar: :any_skip_relocation, sonoma: "30973ed1c754280ebd8825e1bce354d5c894c6082b9f5def73ea36721a162c5d" + sha256 cellar: :any_skip_relocation, ventura: "71751b3671898490298edb7724e3cc70614ca3d0de875b39f131b3cee75d125d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b85c6f398263560e65461c2734b75449f8a281414d631c9741227569ab0926c8" end depends_on "node@20"