chore: automatically rebuild with renovate

This commit is contained in:
Jeff Dickey 2024-07-29 12:27:40 -05:00
parent 227736a40e
commit 4400109e6e
No known key found for this signature in database
GPG key ID: 584DADE86724B407

View file

@ -7,5 +7,8 @@
"commands": ["npm run all"],
"fileFilters": ["dist/**/*"],
"executionMode": "branch"
}
},
"allowedPostUpgradeCommands": [
"^npm run all"
]
}