Skip to content

Commit 42e62df

Browse files
committed
config: Properly allow Rye sync command in Renovate post-upgrade
1 parent 8616ff5 commit 42e62df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"allowedPostUpgradeCommands": [
3-
"rye .*"
3+
"^rye sync",
4+
"^rye .+"
45
]
56
}

0 commit comments

Comments
 (0)