-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update README.md for v0.20.0 #400
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cgrindel-self-hosted-renovate bot
referenced
this pull request
in cgrindel/rules_swiftformat
Mar 23, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | patch | `v0.20.0` -> `v0.20.1` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary> ### [`v0.20.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.1) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.20.0...v0.20.1) #### What Has Changed #### What's Changed - chore: update README.md for v0.20.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/400](https://togithub.com/cgrindel/bazel-starlib/pull/400) - fix: BCR presubmit version and upgrade to Bazel 7.1.1 by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/401](https://togithub.com/cgrindel/bazel-starlib/pull/401) **Full Changelog**: cgrindel/bazel-starlib@v0.20.0...v0.20.1 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.1") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.1/bazel-starlib.v0.20.1.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` </details> --- ### 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>
renovate bot
referenced
this pull request
in bazel-contrib/rules_bazel_integration_test
Mar 25, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cgrindel_bazel_starlib | bazel_dep | minor | `0.19.0` -> `0.20.2` | | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | minor | `v0.19.0` -> `v0.20.2` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary> ### [`v0.20.2`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.2) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2) ##### What Has Changed ##### What's Changed - fix: add Bazel version to the `run_tests` section of BCR presubmit by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/403](https://togithub.com/cgrindel/bazel-starlib/pull/403) **Full Changelog**: cgrindel/bazel-starlib@v0.20.1...v0.20.2 ##### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2") ``` ##### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` ### [`v0.20.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.1) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.20.0...v0.20.1) ##### What Has Changed ##### What's Changed - chore: update README.md for v0.20.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/400](https://togithub.com/cgrindel/bazel-starlib/pull/400) - fix: BCR presubmit version and upgrade to Bazel 7.1.1 by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/401](https://togithub.com/cgrindel/bazel-starlib/pull/401) **Full Changelog**: cgrindel/bazel-starlib@v0.20.0...v0.20.1 ##### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.1") ``` ##### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.1/bazel-starlib.v0.20.1.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` ### [`v0.20.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.0) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.19.0...v0.20.0) ##### What Has Changed ##### What's Changed - chore: update README.md for v0.19.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/377](https://togithub.com/cgrindel/bazel-starlib/pull/377) - chore(deps): update dependency io_bazel_rules_go to v0.44.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/378](https://togithub.com/cgrindel/bazel-starlib/pull/378) - chore(deps): update dependency bazel_gazelle to v0.35.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/379](https://togithub.com/cgrindel/bazel-starlib/pull/379) - fix(deps): update github.com/gomarkdown/markdown digest to [`1d6d208`](https://togithub.com/cgrindel/bazel-starlib/commit/1d6d208) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/380](https://togithub.com/cgrindel/bazel-starlib/pull/380) - chore(deps): update dependency io_bazel_rules_go to v0.44.1 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/381](https://togithub.com/cgrindel/bazel-starlib/pull/381) - chore(deps): update dependency io_bazel_rules_go to v0.44.2 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/382](https://togithub.com/cgrindel/bazel-starlib/pull/382) - chore(deps): update dependency io_bazel_rules_go to v0.45.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/383](https://togithub.com/cgrindel/bazel-starlib/pull/383) - chore(deps): update dependency io_bazel_rules_go to v0.45.1 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/384](https://togithub.com/cgrindel/bazel-starlib/pull/384) - chore(deps): update dependency io_bazel_rules_go to v0.46.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/385](https://togithub.com/cgrindel/bazel-starlib/pull/385) - chore(deps): update actions/checkout digest to [`473055b`](https://togithub.com/cgrindel/bazel-starlib/commit/473055b) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/386](https://togithub.com/cgrindel/bazel-starlib/pull/386) - chore(deps): update actions/checkout digest to [`df0bcdd`](https://togithub.com/cgrindel/bazel-starlib/commit/df0bcdd) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/387](https://togithub.com/cgrindel/bazel-starlib/pull/387) - chore(deps): update actions/checkout digest to [`aadec89`](https://togithub.com/cgrindel/bazel-starlib/commit/aadec89) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/388](https://togithub.com/cgrindel/bazel-starlib/pull/388) - chore(deps): update actions/checkout digest to [`2650dbd`](https://togithub.com/cgrindel/bazel-starlib/commit/2650dbd) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/389](https://togithub.com/cgrindel/bazel-starlib/pull/389) - chore(deps): update actions/checkout digest to [`556e4c3`](https://togithub.com/cgrindel/bazel-starlib/commit/556e4c3) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/390](https://togithub.com/cgrindel/bazel-starlib/pull/390) - chore(deps): update actions/checkout digest to [`8eb1f6a`](https://togithub.com/cgrindel/bazel-starlib/commit/8eb1f6a) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/392](https://togithub.com/cgrindel/bazel-starlib/pull/392) - fix(deps): update module github.com/stretchr/testify to v1.9.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/391](https://togithub.com/cgrindel/bazel-starlib/pull/391) - fix(deps): update dependency markdown-link-check to v3.12.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/393](https://togithub.com/cgrindel/bazel-starlib/pull/393) - fix(deps): update dependency markdown-link-check to v3.12.1 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/394](https://togithub.com/cgrindel/bazel-starlib/pull/394) - chore(deps): update actions/checkout digest by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/395](https://togithub.com/cgrindel/bazel-starlib/pull/395) - chore(deps): update actions/checkout digest to [`b4ffde6`](https://togithub.com/cgrindel/bazel-starlib/commit/b4ffde6) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/396](https://togithub.com/cgrindel/bazel-starlib/pull/396) - chore(deps): update actions/checkout digest to [`cd7d8d6`](https://togithub.com/cgrindel/bazel-starlib/commit/cd7d8d6) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/397](https://togithub.com/cgrindel/bazel-starlib/pull/397) - fix: generate release notes test by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/398](https://togithub.com/cgrindel/bazel-starlib/pull/398) - chore: remove Bazel lock files by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/399](https://togithub.com/cgrindel/bazel-starlib/pull/399) **Full Changelog**: cgrindel/bazel-starlib@v0.19.0...v0.20.0 ##### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.0") ``` ##### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.0.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cgrindel-self-hosted-renovate bot
referenced
this pull request
in cgrindel/rules_swift_package_manager
Mar 25, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cgrindel_bazel_starlib | bazel_dep | minor | `0.19.0` -> `0.20.2` | | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | minor | `v0.19.0` -> `v0.20.2` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary> ### [`v0.20.2`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.2) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2) #### What Has Changed #### What's Changed - fix: add Bazel version to the `run_tests` section of BCR presubmit by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/403](https://togithub.com/cgrindel/bazel-starlib/pull/403) **Full Changelog**: cgrindel/bazel-starlib@v0.20.1...v0.20.2 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` ### [`v0.20.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.1) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.20.0...v0.20.1) #### What Has Changed #### What's Changed - chore: update README.md for v0.20.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/400](https://togithub.com/cgrindel/bazel-starlib/pull/400) - fix: BCR presubmit version and upgrade to Bazel 7.1.1 by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/401](https://togithub.com/cgrindel/bazel-starlib/pull/401) **Full Changelog**: cgrindel/bazel-starlib@v0.20.0...v0.20.1 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.1") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.1/bazel-starlib.v0.20.1.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` ### [`v0.20.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.0) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.19.0...v0.20.0) #### What Has Changed #### What's Changed - chore: update README.md for v0.19.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/377](https://togithub.com/cgrindel/bazel-starlib/pull/377) - chore(deps): update dependency io_bazel_rules_go to v0.44.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/378](https://togithub.com/cgrindel/bazel-starlib/pull/378) - chore(deps): update dependency bazel_gazelle to v0.35.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/379](https://togithub.com/cgrindel/bazel-starlib/pull/379) - fix(deps): update github.com/gomarkdown/markdown digest to [`1d6d208`](https://togithub.com/cgrindel/bazel-starlib/commit/1d6d208) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/380](https://togithub.com/cgrindel/bazel-starlib/pull/380) - chore(deps): update dependency io_bazel_rules_go to v0.44.1 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/381](https://togithub.com/cgrindel/bazel-starlib/pull/381) - chore(deps): update dependency io_bazel_rules_go to v0.44.2 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/382](https://togithub.com/cgrindel/bazel-starlib/pull/382) - chore(deps): update dependency io_bazel_rules_go to v0.45.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/383](https://togithub.com/cgrindel/bazel-starlib/pull/383) - chore(deps): update dependency io_bazel_rules_go to v0.45.1 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/384](https://togithub.com/cgrindel/bazel-starlib/pull/384) - chore(deps): update dependency io_bazel_rules_go to v0.46.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/385](https://togithub.com/cgrindel/bazel-starlib/pull/385) - chore(deps): update actions/checkout digest to [`473055b`](https://togithub.com/cgrindel/bazel-starlib/commit/473055b) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/386](https://togithub.com/cgrindel/bazel-starlib/pull/386) - chore(deps): update actions/checkout digest to [`df0bcdd`](https://togithub.com/cgrindel/bazel-starlib/commit/df0bcdd) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/387](https://togithub.com/cgrindel/bazel-starlib/pull/387) - chore(deps): update actions/checkout digest to [`aadec89`](https://togithub.com/cgrindel/bazel-starlib/commit/aadec89) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/388](https://togithub.com/cgrindel/bazel-starlib/pull/388) - chore(deps): update actions/checkout digest to [`2650dbd`](https://togithub.com/cgrindel/bazel-starlib/commit/2650dbd) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/389](https://togithub.com/cgrindel/bazel-starlib/pull/389) - chore(deps): update actions/checkout digest to [`556e4c3`](https://togithub.com/cgrindel/bazel-starlib/commit/556e4c3) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/390](https://togithub.com/cgrindel/bazel-starlib/pull/390) - chore(deps): update actions/checkout digest to [`8eb1f6a`](https://togithub.com/cgrindel/bazel-starlib/commit/8eb1f6a) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/392](https://togithub.com/cgrindel/bazel-starlib/pull/392) - fix(deps): update module github.com/stretchr/testify to v1.9.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/391](https://togithub.com/cgrindel/bazel-starlib/pull/391) - fix(deps): update dependency markdown-link-check to v3.12.0 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/393](https://togithub.com/cgrindel/bazel-starlib/pull/393) - fix(deps): update dependency markdown-link-check to v3.12.1 by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/394](https://togithub.com/cgrindel/bazel-starlib/pull/394) - chore(deps): update actions/checkout digest by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/395](https://togithub.com/cgrindel/bazel-starlib/pull/395) - chore(deps): update actions/checkout digest to [`b4ffde6`](https://togithub.com/cgrindel/bazel-starlib/commit/b4ffde6) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/396](https://togithub.com/cgrindel/bazel-starlib/pull/396) - chore(deps): update actions/checkout digest to [`cd7d8d6`](https://togithub.com/cgrindel/bazel-starlib/commit/cd7d8d6) by [@​cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate) in [https://github.com/cgrindel/bazel-starlib/pull/397](https://togithub.com/cgrindel/bazel-starlib/pull/397) - fix: generate release notes test by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/398](https://togithub.com/cgrindel/bazel-starlib/pull/398) - chore: remove Bazel lock files by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/399](https://togithub.com/cgrindel/bazel-starlib/pull/399) **Full Changelog**: cgrindel/bazel-starlib@v0.19.0...v0.20.0 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.0") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.0.tar.gz", ], ) load("@​cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ``` </details> --- ### 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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Automated update of
README.md
for release v0.20.0This pull request was created by cgrindel/gha_create_release.