diff --git a/Formula/r/renovate.rb b/Formula/r/renovate.rb index 37c6308d27b0..994daf8afae1 100644 --- a/Formula/r/renovate.rb +++ b/Formula/r/renovate.rb @@ -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.90.0.tgz" - sha256 "ae1e78cd427d1c9a287e27636799aa4c92763208a6f36ccfd8b9d15256da8ef1" + url "https://registry.npmjs.org/renovate/-/renovate-38.91.0.tgz" + sha256 "a6e418a4a3734e24a022f206d7407da1e793c94705ca93f85897d3481928ad8d" license "AGPL-3.0-only" # There are thousands of renovate releases on npm and the page the `Npm` @@ -17,12 +17,12 @@ class Renovate < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "56c7a10a96cbbc333381538e2b1077929b563747b6cbf2e8fc9bb59f48963a74" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0e42a69fb49d96eb707adfccf0194c2b35324b95e354c80e959016a5d8ad9ade" - sha256 cellar: :any_skip_relocation, arm64_ventura: "59ce2e595d1bfcd2ea3bbd16907845bdeb4a882010f20acf7b5ee898eb730c44" - sha256 cellar: :any_skip_relocation, sonoma: "8f12d95a101cef923d6f6cb20cb8c01fb468ebc887df872ca84f74326386b333" - sha256 cellar: :any_skip_relocation, ventura: "c78251850f43b848002d1a04417f09639232cf03e1a64f373034c70a5456623f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f2218bfd9e992d76926158488b6e3c0653f1ac90aebbaa8b39e97cdd48b5b542" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b36982cbe09cb8dca9a177b2c535d6dcf01d6d571e3245a18c99673c705a3159" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "402b4fe32697f71ac5e073cfe3152b1c4386970bf1d39894bf9d965aad98d1a3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3311a1dd03709db65fed73176f871bdf42b8a6cdf9c91344062842d8acda4b4c" + sha256 cellar: :any_skip_relocation, sonoma: "8ab6db84735afb6e312996ce826625bef27ff466e175af9e3047b3fa9eb9156d" + sha256 cellar: :any_skip_relocation, ventura: "c00e87b64ece59b9d895a045cbc928b4413ec38616f8ed84e847591d452305ab" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b7a2956afb998dd7cbca8def0df50de1d334d96fd5bc4c3f1d4b2511cfe0b093" end depends_on "node@20"