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",