From 42e62df07c9be505a7417c29482c9ef85d5a893c Mon Sep 17 00:00:00 2001 From: Tobias Macey Date: Mon, 9 Sep 2024 12:44:22 -0400 Subject: [PATCH] config: Properly allow Rye sync command in Renovate post-upgrade --- renovate-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate-config.json b/renovate-config.json index ba3cf046..e7616e24 100644 --- a/renovate-config.json +++ b/renovate-config.json @@ -1,5 +1,6 @@ { "allowedPostUpgradeCommands": [ - "rye .*" + "^rye sync", + "^rye .+" ] }