From 232f2ae909d0c8b091890081292de2511d0a79b4 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Sat, 26 Apr 2025 10:20:46 +0200 Subject: [PATCH] fix(renovate): wrong command path --- config.js | 2 +- renovate.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config.js b/config.js index f88f2b7..ee5da1c 100644 --- a/config.js +++ b/config.js @@ -1,3 +1,3 @@ export default { - allowedCommands: ["bun .github/scripts/update-config.ts"], + allowedCommands: ["bun ./scripts/update-config.ts"], }; diff --git a/renovate.json b/renovate.json index e4e25cf..18545f4 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,6 @@ "renovate" ], "automergeStrategy": "rebase", - "ignoreTests": true, "customManagers": [ { "customType": "regex",