Skip to content

Commit f2e6887

Browse files
chore(deps): update dependency bazel_lib to v3.0.0 (#729)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bazel_lib](https://registry.build/github/bazel-contrib/bazel-lib) | bazel_dep | patch | `3.0.0-rc.0` -> `3.0.0` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/aspect-build/rules_py). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b005ad8 commit f2e6887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/include/e2e.MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FIXME: These are really the prod deps. Should be includeable.
22
bazel_dep(name = "aspect_bazel_lib", version = "2.21.2")
33
bazel_dep(name = "bazel_skylib", version = "1.4.2")
4-
bazel_dep(name = "bazel_lib", version = "3.0.0-rc.0")
4+
bazel_dep(name = "bazel_lib", version = "3.0.0")
55
bazel_dep(name = "platforms", version = "1.0.0")
66
bazel_dep(name = "aspect_rules_py", version = "0.0.0")
77
local_path_override(

0 commit comments

Comments
 (0)