Skip to content

Commit 2ee567e

Browse files
committed
sad
1 parent 7b62b84 commit 2ee567e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

renovate-preset/default.json5

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,14 @@
4646
groupName: "all non-major dependencies",
4747
matchDepNames: ["*", "!node", "!pnpm", "!npm", "!yarn"],
4848
matchUpdateTypes: ["digest", "patch", "minor"],
49-
postUpgradeTasks: [
50-
{
49+
extends: [
50+
"github>alan-agius4/renovate-playground-git//renovate-preset/default2.json5",
51+
],
52+
postUpgradeTasks: {
5153
commands: ["foo-bar-command22"],
5254
fileFilters: ["MODULE.bazel.lock"],
5355
executionMode: "branch",
54-
}
55-
],
56+
},
5657
},
5758

5859
// ============================================================================

renovate-preset/default2.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
matchDepNames: ["*"],
55
postUpgradeTasks: [
66
{
7-
commands: ["foo-bar-command2"],
7+
commands: ["foo-bar-command3333"],
88
fileFilters: ["MODULE.bazel.lock"],
99
executionMode: "branch",
1010
},

0 commit comments

Comments
 (0)