Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2025

This PR contains the following updates:

Package Type Update Change
gazelle_cc bazel_dep minor 0.1.0 -> 0.4.0

Release Notes

EngFlow/gazelle_cc (gazelle_cc)

v0.4.0

Using Bzlmod

Paste this snippet into your MODULE.bazel file:

bazel_dep(name = "gazelle_cc", version = "0.4.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "gazelle_cc",
    sha256 = "3ea2daea62213615eb6bc5c823f9c264c14b685b27d576a835e7b4afcd1ba044",
    strip_prefix = "gazelle_cc-0.4.0",
    url = "https://github.com/EngFlow/gazelle_cc/releases/download/v0.4.0/gazelle_cc-v0.4.0.tar.gz",
)
load("@​gazelle_cc//:deps.bzl", "gazelle_cc_dependencies")
gazelle_cc_dependencies()

See https://github.com/EngFlow/gazelle_cc#installation for full setup instructions.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant