fix(renovate): wrong command path
This commit is contained in:
parent
108f5bb3fa
commit
232f2ae909
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue