Skip to content

Commit

Permalink
Ignore llvm_zlib and llvm_zstd packages in the renovate config.
Browse files Browse the repository at this point in the history
They are pinned to the version used by the llvm project as per the example here https://github.com/llvm/llvm-project/blob/main/utils/bazel/examples/http_archive/WORKSPACE.

Change-Id: I7163422d2c2e845ad50e96b2a8cf7d960e7b5e26
Test: N/A
Bug: N/A
GitOrigin-RevId: 5d13034e9883d87ecfbc4e1dbe79b9daa629a3e6
  • Loading branch information
bentekkie authored and copybara-github committed Oct 24, 2024
1 parent e7f5533 commit 7047fb4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
],
"schedule": ["every month"],
"groupName": "protobuf"
},
{ // Ignore llvm_zlib and llvm_zstd packages as they are pinned to the version used by the llvm project.
"matchPackagePrefixes": [
"llvm_zlib",
"llvm_zstd",
],
"enabled": false
}
]
}

0 comments on commit 7047fb4

Please sign in to comment.