Skip to content

Commit

Permalink
config: Properly allow Rye sync command in Renovate post-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Sep 9, 2024
1 parent 8616ff5 commit 42e62df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"allowedPostUpgradeCommands": [
"rye .*"
"^rye sync",
"^rye .+"
]
}

0 comments on commit 42e62df

Please sign in to comment.