Skip to content

Commit 65d8709

Browse files
committed
chore: resolve allowed commands error for renovate tool
1 parent 186774d commit 65d8709

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44
"timezone": "America/Los_Angeles",
55
"schedule": ["after 12pm on thursday"],
66
"semanticCommitScope": "",
7+
"allowedCommands": [
8+
"^yarn build$",
9+
"^yarn lint",
10+
"^yarn test$",
11+
"^yarn constraints",
12+
"^yarn install"
13+
],
714
"postUpgradeTasks": {
8-
"commands": ["yarn build"],
15+
"commands": ["yarn build", "yarn constraints --fix", "yarn install"],
916
"executionMode": "branch"
1017
}
1118
}

0 commit comments

Comments
 (0)