Skip to content

Commit 964fad0

Browse files
committed
sad
1 parent 88adf86 commit 964fad0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

renovate.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"baseBranches": ["main", "dev"],
3+
"baseBranches": ["main"],
44
"extends": [
55
"github>alan-agius4/renovate-playground-git//renovate-preset/default.json5"
66
],
7-
"ignorePaths": ["pnpm-workspace.yaml", "pnpm-lock.yaml"]
8-
7+
"ignorePaths": ["pnpm-workspace.yaml", "pnpm-lock.yaml"],
8+
"postUpgradeTasks": {
9+
"commands": [
10+
"coo"
11+
],
12+
"executionMode": "branch"
13+
}
914
}

0 commit comments

Comments
 (0)