Skip to content

Commit 73f28c6

Browse files
committed
build: update renovate config for rules_js hybrid mode
This will automatically result in Renovate updating the Aspect lock files.
1 parent 6885074 commit 73f28c6

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

renovate.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
"enabledManagers": ["npm", "bazel", "github-actions"],
66
"stopUpdatingLabel": "action: merge",
77
"labels": ["target: patch"],
8-
"lockFileMaintenance": {
9-
"enabled": false
8+
"postUpgradeTasks": {
9+
"commands": [
10+
"git restore .yarn/releases/yarn-1.22.17.cjs pnpm-lock.yaml",
11+
"yarn install --frozen-lockfile",
12+
"yarn bazel sync --only=repo || true"
13+
],
14+
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"],
15+
"executionMode": "branch"
1016
},
1117
"dependencyDashboard": true,
1218
"rangeStrategy": "pin",

0 commit comments

Comments
 (0)