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