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-39.142 .0.tgz"
5- sha256 "76268a186c46b9bc581f85a4260c140b4683f58ed19dd497c3fd2920e90b2d3d "
4+ url "https://registry.npmjs.org/renovate/-/renovate-39.143 .0.tgz"
5+ sha256 "68fb736aa69676a0bde4f6f59ade8ad7ec94d4957a2d89d1c114bd563d4187bc "
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 : "c762266a310f7f66c5150446efba2f5b6b17f49edefce41fe8c22ce9ac9a11f9 "
21- sha256 cellar : :any_skip_relocation , arm64_sonoma : "7964ffad69f56e15a7237f1a1490ee0c9c455b8f5c024e55810a6e163f477c03 "
22- sha256 cellar : :any_skip_relocation , arm64_ventura : "f91304fb51fd3348e7def78514235db3a73eb70182e0f6ec9c3c86a2c6976729 "
23- sha256 cellar : :any_skip_relocation , sonoma : "46351b945ccbff53659538fce47761dd21948f2fa4920ad0b168d480dbab5354 "
24- sha256 cellar : :any_skip_relocation , ventura : "94c21f1e44c4babc3fa254cf90726aa5c986ff869c2f0829076d3629b157c005 "
25- sha256 cellar : :any_skip_relocation , x86_64_linux : "d943a58a10e6e313c227befdeee848b550535486493c00cafa6532179b6b22f1 "
20+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "1e4e993517ed5ad3addbe8265985e233409a818fbeefbd1252df4371da5e89c6 "
21+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "f504f6b9930e60c0c5d32d94c7342188263868566a209bb13d06ab859eff9e15 "
22+ sha256 cellar : :any_skip_relocation , arm64_ventura : "53cd1b4bbaf21f5bd42455a4c0bd8236a17c71bec2c2db48d623edd0eb840fb4 "
23+ sha256 cellar : :any_skip_relocation , sonoma : "085a7c4665b491b718b0e4e28b9d0348085b9fd08316ba12b91a874a909a8267 "
24+ sha256 cellar : :any_skip_relocation , ventura : "aa56aa7da11ef879eca46dd27825c3351ad70e030ea3456d37dc9869485ad5b9 "
25+ sha256 cellar : :any_skip_relocation , x86_64_linux : "010f29735d9c2ea533b4258982b68373d7e3378a7b51e279407f05d71c590609 "
2626 end
2727
2828 depends_on "node@22"
0 commit comments