Skip to content

Commit b1b44bf

Browse files
authored
Merge pull request #211175 from Homebrew/bump-renovate-39.206.0
renovate 39.206.0
2 parents e8ba2b6 + d2e92fa commit b1b44bf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/renovate.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Renovate < Formula
22
desc "Automated dependency updates. Flexible so you don't need to be"
33
homepage "https://github.com/renovatebot/renovate"
4-
url "https://registry.npmjs.org/renovate/-/renovate-39.205.0.tgz"
5-
sha256 "90a52e460173a9e9898d8b1484b4914e9203906a5a54a6e9589a8d4538f9666a"
4+
url "https://registry.npmjs.org/renovate/-/renovate-39.206.0.tgz"
5+
sha256 "55fa26d2097b0b5c0eccf1e76abeb3215c8fcffd7b225aa27a599582b2ffe680"
66
license "AGPL-3.0-only"
77

88
# There are thousands of renovate releases on npm and the page the `Npm`
@@ -17,12 +17,12 @@ class Renovate < Formula
1717
end
1818

1919
bottle do
20-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5b90ffc1e606f42cfe1ac6f8e8a65523ca422bf79c059af437e04713fc37be1a"
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a301ecfb858b6ac2e7e1760fe3cb6ba2ec3d9cf5b8c85f49882d47714c201470"
22-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0d95e4ff6e340298fbf92f393111ef3dfcf48cbc737c78e30e4dc44fd95fc794"
23-
sha256 cellar: :any_skip_relocation, sonoma: "c81275017a61494f5e9c58ddac2d2240d60b6f6f3c57500f0708b1027a8d5f3c"
24-
sha256 cellar: :any_skip_relocation, ventura: "7d7a553aeaefa394ab8e56b21c6cc911b2b76aa3d97f52553e85fc55cba79b05"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d14de42b9b6d2211afb8b0f0af32d9cba3b4f78330c61bde04e6e73754341b4"
20+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e70ad7e94668c7c841631366b229ccf77a3e630279aa50e3dea1ca6c49648e63"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bb83cf0e2931071b68b15898557dae450795fa38596c6517e27807faa5d6d8c4"
22+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1563950abc4719306ebb4163765ffa8cc385687ef3cda99fcde01df983f8a2fe"
23+
sha256 cellar: :any_skip_relocation, sonoma: "314a6d192fc48efe183acbd5147eb93147e3ec812c4f10c959942260e5edbb9d"
24+
sha256 cellar: :any_skip_relocation, ventura: "dc729978c3e7008ecc99bbdb7d89b26de0c0edcbc24b567e4be650811100a4cf"
25+
sha256 cellar: :any_skip_relocation, x86_64_linux: "80c3be5e54a183ccbbbba4a352d76a2325ded450def7f1faa40e82aa532128cc"
2626
end
2727

2828
depends_on "node@22"

0 commit comments

Comments
 (0)