Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2025

This PR contains the following updates:

Package Type Update Change
rules_cc bazel_dep patch 0.1.2 -> 0.1.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_cc (rules_cc)

v0.1.4

Compare Source

Using bzlmod with Bazel 6 or later:

  1. [Bazel 6] Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_cc", version = "0.1.4")

Using WORKSPACE:

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

http_archive(
    name = "rules_cc",
    sha256 = "0d3b4f984c4c2e1acfd1378e0148d35caf2ef1d9eb95b688f8e19ce0c41bdf5b",
    strip_prefix = "rules_cc-0.1.4",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.1.4/rules_cc-0.1.4.tar.gz",
)

Full Changelog: https://github.com/bazelbuild/rules\_cc/compare/0.1.3...0.1.4

v0.1.3

Compare Source

Using bzlmod with Bazel 6 or later:

  1. [Bazel 6] Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_cc", version = "0.1.3")

Using WORKSPACE:

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

http_archive(
    name = "rules_cc",
    sha256 = "64cb81641305dcf7b3b3d5a73095ee8fe7444b26f7b72a12227d36e15cfbb6cb",
    strip_prefix = "rules_cc-0.1.3",
    url = "https://github.com/bazelbuild/rules_cc/releases/download/0.1.3/rules_cc-0.1.3.tar.gz",
)

Full Changelog: https://github.com/bazelbuild/rules\_cc/compare/0.1.2...0.1.3


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.

@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch 2 times, most recently from 0b380c8 to e925534 Compare July 16, 2025 19:01
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.1.3 chore(deps): update dependency rules_cc to v0.1.4 Jul 18, 2025
@renovate renovate bot force-pushed the renovate/rules_cc-0.x branch from e925534 to 2e5eaaa Compare July 18, 2025 12:13
@renovate renovate bot changed the title chore(deps): update dependency rules_cc to v0.1.4 Update dependency rules_cc to v0.1.4 Jul 28, 2025
@renovate renovate bot changed the title Update dependency rules_cc to v0.1.4 chore(deps): update dependency rules_cc to v0.1.4 Jul 28, 2025
@ethanglaser
Copy link
Contributor

/intelci: run

Copy link
Contributor Author

renovate bot commented Jul 29, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Alexsandruss
Copy link
Contributor

/intelci: run

@Alexsandruss Alexsandruss merged commit 2e98f22 into main Aug 11, 2025
25 of 27 checks passed
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.

2 participants