fix(renovate): wrong command path
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export default {
|
||||
allowedCommands: ["bun .github/scripts/update-config.ts"],
|
||||
allowedCommands: ["bun ./scripts/update-config.ts"],
|
||||
};
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
"renovate"
|
||||
],
|
||||
"automergeStrategy": "rebase",
|
||||
"ignoreTests": true,
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
|
||||
Reference in New Issue
Block a user