Skip to content

Commit

Permalink
chore(deps): update dependency bazel_skylib to v1.7.0 (#433)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| bazel_skylib | bazel_dep | minor | `1.6.1` -> `1.7.0` |

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
  • Loading branch information
cgrindel-self-hosted-renovate[bot] and Self-hosted Renovate Bot committed May 31, 2024
1 parent 3989d29 commit ac294ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/bzlformat/simple/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ local_path_override(
path = "../../..",
)

bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "bazel_skylib", version = "1.7.0")
2 changes: 1 addition & 1 deletion examples/bzlmod_e2e/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ local_path_override(
path = "../..",
)

bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "bazel_skylib", version = "1.7.0")
2 changes: 1 addition & 1 deletion examples/markdown/simple/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ local_path_override(
path = "../../..",
)

bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "bazel_skylib", version = "1.7.0")
2 changes: 1 addition & 1 deletion examples/updatesrc/simple/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ local_path_override(
path = "../../..",
)

bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "bazel_skylib", version = "1.7.0")
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ local_path_override(
path = "../../../../..",
)

bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "bazel_skylib", version = "1.7.0")
2 changes: 1 addition & 1 deletion tests/updatesrc_tests/workspace/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ local_path_override(
path = "../../..",
)

bazel_dep(name = "bazel_skylib", version = "1.6.1")
bazel_dep(name = "bazel_skylib", version = "1.7.0")

0 comments on commit ac294ed

Please sign in to comment.