From 02d902237c0e11db9aa890744fd349320d4bbda4 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 15 Oct 2024 00:25:58 +0200 Subject: [PATCH] chore(release): Disable automatic dependency updates We don't want to update dependencies automatically, as currently our dependencies tree is broken somewhere. We also run renovate on a weekly schedule to update the lockfile. Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- release-plz.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-plz.toml b/release-plz.toml index bc6b820c..29f87c2a 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -2,7 +2,7 @@ [workspace] pr_draft = true -dependencies_update = true +# dependencies_update = true # We don't want to update dependencies automatically, as currently our dependencies tree is broken somewhere # changelog_config = "cliff.toml" # Don't use this for now, as it will override the default changelog config [changelog]