We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88adf86 commit 964fad0Copy full SHA for 964fad0
renovate.json
@@ -1,9 +1,14 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "baseBranches": ["main", "dev"],
+ "baseBranches": ["main"],
4
"extends": [
5
"github>alan-agius4/renovate-playground-git//renovate-preset/default.json5"
6
],
7
- "ignorePaths": ["pnpm-workspace.yaml", "pnpm-lock.yaml"]
8
-
+ "ignorePaths": ["pnpm-workspace.yaml", "pnpm-lock.yaml"],
+ "postUpgradeTasks": {
9
+ "commands": [
10
+ "coo"
11
+ ],
12
+ "executionMode": "branch"
13
+ }
14
}
0 commit comments