Skip to content

Commit d2dd0be

Browse files
committed
sadasd
1 parent 2ee567e commit d2dd0be

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

renovate-preset/default.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
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-
],
5249
postUpgradeTasks: {
50+
extends: [
51+
"github>alan-agius4/renovate-playground-git//renovate-preset/default2.json5",
52+
],
5353
commands: ["foo-bar-command22"],
5454
fileFilters: ["MODULE.bazel.lock"],
5555
executionMode: "branch",

renovate-preset/default2.json5

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
{
2-
packageRules: [
3-
{
4-
matchDepNames: ["*"],
5-
postUpgradeTasks: [
6-
{
7-
commands: ["foo-bar-command3333"],
8-
fileFilters: ["MODULE.bazel.lock"],
9-
executionMode: "branch",
10-
},
11-
],
12-
},
13-
],
14-
}
1+
{
2+
commands: ["foo-bar-command3333"],
3+
fileFilters: ["MODULE.bazel.lock2"],
4+
executionMode: "branch",
5+
},

0 commit comments

Comments
 (0)