fix(renovate): wrong command path

This commit is contained in:
Nicolas Meienberger 2025-04-26 10:20:46 +02:00
parent 108f5bb3fa
commit 232f2ae909
2 changed files with 1 additions and 2 deletions

View file

@ -1,3 +1,3 @@
export default { export default {
allowedCommands: ["bun .github/scripts/update-config.ts"], allowedCommands: ["bun ./scripts/update-config.ts"],
}; };

View file

@ -7,7 +7,6 @@
"renovate" "renovate"
], ],
"automergeStrategy": "rebase", "automergeStrategy": "rebase",
"ignoreTests": true,
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",