From 907cd204c228c73551dd63aa5247df0495ac6fb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:57:24 +0000 Subject: [PATCH] Update dependency rules_gitops to v0.32.13 --- mirror/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mirror/repositories.bzl b/mirror/repositories.bzl index 02db3a5..a2ce5af 100644 --- a/mirror/repositories.bzl +++ b/mirror/repositories.bzl @@ -30,7 +30,7 @@ def rules_mirror_dependencies(): http_archive( name = "rules_gitops", - sha256 = "37be3b22375a91b0839385364882938a972564c5510b6c6ca92f6bfc0221fe79", - strip_prefix = "rules_gitops-0.31.6", - urls = ["https://github.com/fasterci/rules_gitops/releases/download/v0.31.6/rules_gitops-v0.31.6.tar.gz"], + sha256 = "f7921b8f71fdcc27c3018483ccaa8f405183ccd47ead2cfed17729e06630f2fe", + strip_prefix = "rules_gitops-0.32.13", + urls = ["https://github.com/fasterci/rules_gitops/releases/download/v0.32.13/rules_gitops-v0.32.13.tar.gz"], )