Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

renovate 38.93.0 #191479

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Formula/r/renovate.rb
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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"
Expand Down
Loading