renovate: revert allowedPostUpgradeCommands -> allowedCommands change
All checks were successful
/ diff-and-deploy (push) Successful in 2m13s

This commit is contained in:
Finn 2025-01-28 13:47:41 -08:00
parent 93812c38b0
commit 568fa8b5f6

View file

@ -4,7 +4,7 @@ module.exports = {
gitAuthor: 'Renovate Bot <renovatebot@janky.solutions>',
platform: 'gitea',
allowScripts: true,
allowedCommands: [
allowedPostUpgradeCommands: [
".*"
]
};