RVO2-Java icon indicating copy to clipboard operation
RVO2-Java copied to clipboard

Update dependency rules_license to v1

Open renovate[bot] opened this issue 2 months ago • 0 comments

This PR contains the following updates:

Package Type Update Change
rules_license bazel_dep major 0.0.8 -> 1.0.0
rules_license http_archive major 0.0.8 -> 1.0.0

Release Notes

bazelbuild/rules_license (rules_license)

v1.0.0

Compare Source

New Features

  • add purl to package_info
  • minor bug fixes

MODULE.bazel setup

bazel_dep(name = "rules_license", version = "1.0.0")

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_license",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_license/releases/download/1.0.0/rules_license-1.0.0.tar.gz",
        "https://github.com/bazelbuild/rules_license/releases/download/1.0.0/rules_license-1.0.0.tar.gz",
    ],
    sha256 = "26d4021f6898e23b82ef953078389dd49ac2b5618ac564ade4ef87cced147b38",
)

Thanks to Chris Brown, Fabian Meumertzheim, Mai Hussien, Simon Mavi Stewart, peakschris


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 these updates 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[bot] avatar Sep 21 '25 04:09 renovate[bot]