Skip hosted Renovate Bazel artifact updates (#7173)

This commit is contained in:
2026-06-12 12:46:27 -07:00
committed by GitHub
parent 4685aff0b1
commit 6676b808f1
+7
View File
@@ -15,6 +15,13 @@
"dependencies"
],
"packageRules": [
{
"description": "Bazel module artifact updates run in GitHub Actions so hosted Renovate does not need unsafe bazel mod deps execution",
"matchManagers": [
"bazel-module"
],
"skipArtifactsUpdate": true
},
{
"description": "Go packages import Bazel-generated protobuf packages, so Renovate's generic Go artifact updater cannot run ./...",
"matchManagers": [