Skip to content

Commit f4a46e8

Browse files
committed
sda
1 parent 472f1e9 commit f4a46e8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

renovate-preset/default.json5

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@
8787
{
8888
groupName: "all github actions",
8989
matchManagers: ["github-actions"],
90-
// Disable 'postUpdateTasks' for changes that do not effect the BAZEL lockfile or generated files.
91-
postUpgradeTasks: { commands: [] },
9290
},
9391

9492
// ============================================================================
@@ -179,5 +177,11 @@
179177
matchBaseBranches: ["!main"],
180178
matchUpdateTypes: ["major"],
181179
},
180+
181+
// Disable 'postUpdateTasks' for changes that do not effect the BAZEL lockfile or generated files.
182+
{
183+
postUpgradeTasks: { commands: [] },
184+
matchManagers: ["!npm", "!bazel", "!bazel-module", "!bazelisk"],
185+
},
182186
],
183187
}

0 commit comments

Comments
 (0)