Skip to content

Commit f17decb

Browse files
committed
sad
1 parent ad9a0ac commit f17decb

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

renovate-preset/default.json5

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
matchDepNames: ["*", "!node", "!pnpm", "!npm", "!yarn"],
4848
matchUpdateTypes: ["digest", "patch", "minor"],
4949
postUpgradeTasks: {
50-
extends: [
51-
"github>alan-agius4/renovate-playground-git//renovate-preset/default2.json5",
52-
],
5350
commands: ["foo-bar-command222"],
5451
fileFilters: ["MODULE.bazel.lock"],
5552
executionMode: "branch",

renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,16 @@
44
"extends": [
55
"github>alan-agius4/renovate-playground-git//renovate-preset/default.json5"
66
],
7-
"ignorePaths": ["pnpm-workspace.yaml", "pnpm-lock.yaml"]
7+
"ignorePaths": ["pnpm-workspace.yaml", "pnpm-lock.yaml"],
8+
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+
]
819
}

0 commit comments

Comments
 (0)