Skip to content

Commit c40755a

Browse files
committed
sdasd
1 parent 1e05ff5 commit c40755a

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

renovate-preset/default.json5

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"rules_pkg",
3232
"yarn", // Yarn is copied locally in all repositories where needed.
3333
],
34-
postUpgradeTasks: {
35-
commands: ["foo-bar-command333"],
36-
fileFilters: ["MODULE.bazel.lock2"],
37-
executionMode: "branch",
38-
},
34+
postUpgradeTasks: {
35+
commands: ["foo-bar-command333"],
36+
fileFilters: ["MODULE.bazel.lock2"],
37+
executionMode: "branch",
38+
},
3939
packageRules: [
4040
{
4141
matchDepNames: ["!zone.js"],
@@ -50,7 +50,11 @@
5050
groupName: "all non-major dependencies",
5151
matchDepNames: ["*", "!node", "!pnpm", "!npm", "!yarn"],
5252
matchUpdateTypes: ["digest", "patch", "minor"],
53-
postUpgradeTasks: null,
53+
postUpgradeTasks: {
54+
commands: ["foo-bar-command2222222"],
55+
fileFilters: ["MODULE.bazel.lock2"],
56+
executionMode: "branch",
57+
},
5458
},
5559

5660
// ============================================================================

renovate.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,4 @@
55
"github>alan-agius4/renovate-playground-git//renovate-preset/default.json5"
66
],
77
"ignorePaths": ["pnpm-workspace.yaml", "pnpm-lock.yaml"],
8-
9-
"postUpgradeTasks": {
10-
"commands": ["foo-bar-command2222222"],
11-
"fileFilters": ["MODULE.bazel.lock2"],
12-
"executionMode": "branch"
13-
}
148
}

0 commit comments

Comments
 (0)