Skip to content

Commit 26f67b8

Browse files
committed
sdsad
1 parent c4d32fa commit 26f67b8

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

renovate-preset/default.json5

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,13 @@
4646
groupName: "all non-major dependencies",
4747
matchDepNames: ["*", "!node", "!pnpm", "!npm", "!yarn"],
4848
matchUpdateTypes: ["digest", "patch", "minor"],
49+
extends: [
50+
"github>alan-agius4/renovate-playground-git//renovate-preset/default2.json5",
51+
],
4952
postUpgradeTasks: {
50-
extends: [
51-
"github>alan-agius4/renovate-playground-git//renovate-preset/default2.json5",
52-
],
53+
extends: [
54+
"github>alan-agius4/renovate-playground-git//renovate-preset/default2.json5",
55+
],
5356
commands: ["foo-bar-command22"],
5457
fileFilters: ["MODULE.bazel.lock"],
5558
executionMode: "branch",

renovate-preset/default2.json5

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
commands: ["foo-bar-command3333"],
3-
fileFilters: ["MODULE.bazel.lock2"],
4-
executionMode: "branch",
2+
postUpgradeTasks: {
3+
commands: ["foo-bar-command2332"],
4+
fileFilters: ["MODULE.bazel.lock"],
5+
executionMode: "branch",
6+
},
57
}

0 commit comments

Comments
 (0)