Skip to content

Commit 1e05ff5

Browse files
committed
sdasds
1 parent f17decb commit 1e05ff5

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

renovate-preset/default.json5

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@
3131
"rules_pkg",
3232
"yarn", // Yarn is copied locally in all repositories where needed.
3333
],
34-
34+
postUpgradeTasks: {
35+
commands: ["foo-bar-command333"],
36+
fileFilters: ["MODULE.bazel.lock2"],
37+
executionMode: "branch",
38+
},
3539
packageRules: [
3640
{
3741
matchDepNames: ["!zone.js"],
@@ -46,11 +50,7 @@
4650
groupName: "all non-major dependencies",
4751
matchDepNames: ["*", "!node", "!pnpm", "!npm", "!yarn"],
4852
matchUpdateTypes: ["digest", "patch", "minor"],
49-
postUpgradeTasks: {
50-
commands: ["foo-bar-command222"],
51-
fileFilters: ["MODULE.bazel.lock"],
52-
executionMode: "branch",
53-
},
53+
postUpgradeTasks: null,
5454
},
5555

5656
// ============================================================================

renovate.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@
66
],
77
"ignorePaths": ["pnpm-workspace.yaml", "pnpm-lock.yaml"],
88

9-
"packageRules": [
10-
{
11-
"matchUpdateTypes": ["digest", "patch", "minor"],
12-
"postUpgradeTasks": {
13-
"commands": ["foo-bar-command2222222"],
14-
"fileFilters": ["MODULE.bazel.lock2"],
15-
"executionMode": "branch"
16-
}
17-
}
18-
]
9+
"postUpgradeTasks": {
10+
"commands": ["foo-bar-command2222222"],
11+
"fileFilters": ["MODULE.bazel.lock2"],
12+
"executionMode": "branch"
13+
}
1914
}

0 commit comments

Comments
 (0)