Skip to content

chore(deps): update bazel non-major updates - #1371

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
renovate/bazel-non-major-updates
Open

chore(deps): update bazel non-major updates#1371
github-actions[bot] wants to merge 1 commit into
masterfrom
renovate/bazel-non-major-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
rules_pkg (source) bazel_dep minor 1.2.01.3.0
rules_pkg http_archive minor 1.2.01.3

Release Notes

bazelbuild/rules_pkg (rules_pkg)

v1.3

Compare Source

New Features

Incompatible Changes

Change Log

MODULE.bazel setup

bazel_dep(name = "rules_pkg", version = "1.3.0")

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_pkg",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.3.0/rules_pkg-1.3.0.tar.gz",
        "https://github.com/bazelbuild/rules_pkg/releases/download/:rules_pkg-1.3.0/rules_pkg-1.3.0.tar.gz",
    ],
    sha256 = "e41eca2339d1d38b824b8f7fae81ca24885f2d91011243bd1080ac85dcb9a3a3",
)
load("@​rules_pkg//:deps.bzl", "rules_pkg_dependencies")
rules_pkg_dependencies()

Using the rules

See the source.

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_pkg@1.1.0...1.3


Configuration

📅 Schedule: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate.

@github-actions github-actions Bot added the dependencies Pull requests that update a dependency file label Aug 8, 2026
@trim21
trim21 enabled auto-merge (squash) August 14, 2026 11:20
@github-actions
github-actions Bot force-pushed the renovate/bazel-non-major-updates branch from 7f3d992 to 3f14ca1 Compare August 21, 2026 08:20
@github-actions github-actions Bot changed the title chore(deps): update dependency rules_pkg to v1.3.0 chore(deps): update bazel non-major updates Aug 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants