11class 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-41.28 .0.tgz"
5- sha256 "a67c891ebb33366e1c34331fba84e530c00870ca1c64b279c254106d0f86aa9c "
4+ url "https://registry.npmjs.org/renovate/-/renovate-41.29 .0.tgz"
5+ sha256 "ba886d9384c27c02a4f21e460957d3b23b2c29577836007fe09be70abc739aa2 "
66 license "AGPL-3.0-only"
77
88 # There are thousands of renovate releases on npm and the page the `Npm`
@@ -17,13 +17,13 @@ class Renovate < Formula
1717 end
1818
1919 bottle do
20- sha256 cellar : :any_skip_relocation , arm64_sequoia : "62cce5abb012e309ecbb2080d8982b175e0c6bca141638271ecd6d8daf907c86 "
21- sha256 cellar : :any_skip_relocation , arm64_sonoma : "f5a4fd6d85ec3c4243eef03af116fc18ef48d6ea789f2782013c3a50469ba0fe "
22- sha256 cellar : :any_skip_relocation , arm64_ventura : "7517ca65d4b23f08cc54c51b8e99ddb94c7311c481871818cc89a871a1ea1bf6 "
23- sha256 cellar : :any_skip_relocation , sonoma : "215382a7e670f17b82eda97a9427069cd7e50959ef80be35bd0d2bd7fcc55bf7 "
24- sha256 cellar : :any_skip_relocation , ventura : "e5155d53bb9901f397997a763f26f56a14fec14b5de2a2afba82aaf806a19fe1 "
25- sha256 cellar : :any_skip_relocation , arm64_linux : "d40bf59549663214641b0668d19b11a7ed5b36f26082bab37cab1a509a34045f "
26- sha256 cellar : :any_skip_relocation , x86_64_linux : "66c73acf40ade5ae39654f82ed6005ce2d78455160f0b23659ff6465ac25a19e "
20+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "1c7b045bc7accf7b94114ecf59f4c7c3b30610a96562d5d908ef3d8da25fa138 "
21+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "9655d15ec1f74f114bba3d90e738b28dd078bfee13074f5e184bb54cd9a6c917 "
22+ sha256 cellar : :any_skip_relocation , arm64_ventura : "1d7938e55a112b922bb408aab25e92d5f379bf768f832cffa8119706e44608f4 "
23+ sha256 cellar : :any_skip_relocation , sonoma : "73597cf095758c930f1ca58cb46c0a01a1a2187e3777df6547df5997d2c10a22 "
24+ sha256 cellar : :any_skip_relocation , ventura : "dd540facb3103405768fa167a47e9ba5742e842eeccf38aaa367eb939884397d "
25+ sha256 cellar : :any_skip_relocation , arm64_linux : "f462e499df1c63a7eab390e4d079dfe4b8c84f0f4441cdaea264059a9dbeb6e8 "
26+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6d1812a6107ce7ebe9747955182b07451ecba3dd12b6ca410fea21ec70a08374 "
2727 end
2828
2929 depends_on "node@22"
0 commit comments