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.7 .0.tgz"
5- sha256 "a0073d15f68316fe9dae34787fa1f961a99585d15d289b609676466c03972960 "
4+ url "https://registry.npmjs.org/renovate/-/renovate-39.8 .0.tgz"
5+ sha256 "d8f9f6879f8639c8d61acbb87dd7d1aec372e4cd3fea22796d9f71af38815b27 "
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 : "c9855320ba9a27b61b16540e2f722772c11174a3fcfb09e0d22cb34316ce1b67 "
21- sha256 cellar : :any_skip_relocation , arm64_sonoma : "a891b950c43578abfddced062b10cbca57844294edf5d94bb5c75aad5f610a1c "
22- sha256 cellar : :any_skip_relocation , arm64_ventura : "20aa04952a4dae53ab0d77e67d38e6d7d562728fe3cec3b7f985b41cc0c1e36d "
23- sha256 cellar : :any_skip_relocation , sonoma : "10649e5b7811a1ea213f472ef383124aa95aef43009b5d17f48610d5bb59ff43 "
24- sha256 cellar : :any_skip_relocation , ventura : "458043c75a8fe9ef77be0d0ae324dd7bbdba19ff924ce4865a3146c0766957bb "
25- sha256 cellar : :any_skip_relocation , x86_64_linux : "d91f7231c893a200be9bead3bad3726d7113115528a78788290db4fdd3b697f1 "
20+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "20ebec12f8968823846de156abacf07bd62a921c4867d9da450d794c9225733a "
21+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "be1f9d1990f91231673bddd13997e0bf040a51df149be7d1de18d091a0e0d31a "
22+ sha256 cellar : :any_skip_relocation , arm64_ventura : "5074a07a6fa0f64c6dfde41e2ee24ba7c1c2845b6995c496340bcb3078d153e6 "
23+ sha256 cellar : :any_skip_relocation , sonoma : "4e4f232afaf3a96a4aba49de32baf4eb76467c6894dce0dea074dda4a56b20db "
24+ sha256 cellar : :any_skip_relocation , ventura : "7880aa104bde57f7570f0f11541c5df348977b68c76ce314d78a4c82f815ef82 "
25+ sha256 cellar : :any_skip_relocation , x86_64_linux : "21202b2eec117a3816e672e231704a753c35f1716523b20cc7530ddf6e4b2daa "
2626 end
2727
2828 depends_on "node@20"
0 commit comments