We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rules_js
1 parent 6885074 commit 73f28c6Copy full SHA for 73f28c6
renovate.json
@@ -5,8 +5,14 @@
5
"enabledManagers": ["npm", "bazel", "github-actions"],
6
"stopUpdatingLabel": "action: merge",
7
"labels": ["target: patch"],
8
- "lockFileMaintenance": {
9
- "enabled": false
+ "postUpgradeTasks": {
+ "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"
16
},
17
"dependencyDashboard": true,
18
"rangeStrategy": "pin",
0 commit comments