-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency aquaproj/aqua to v2.51.2 #23
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/aquaproj-aqua-2.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
6c01111
to
8a48ad2
Compare
8a48ad2
to
2849ee9
Compare
2849ee9
to
f461e76
Compare
f461e76
to
1bcfe7b
Compare
1bcfe7b
to
a4652d7
Compare
a4652d7
to
1862892
Compare
1862892
to
56d6652
Compare
56d6652
to
7b1f019
Compare
765fc39
to
691083a
Compare
691083a
to
0c24caf
Compare
0c24caf
to
efe8c21
Compare
efe8c21
to
5ab3d69
Compare
5ab3d69
to
22ee92e
Compare
cf99c1e
to
52046be
Compare
52046be
to
4e1800d
Compare
4e1800d
to
f2fbaa0
Compare
f2fbaa0
to
abdf39b
Compare
abdf39b
to
9c01102
Compare
9c01102
to
f8fa0ac
Compare
f8fa0ac
to
ecce244
Compare
ecce244
to
d97e5b9
Compare
d97e5b9
to
c09e0de
Compare
c09e0de
to
b70512e
Compare
b70512e
to
b94feba
Compare
b94feba
to
8e40b78
Compare
8e40b78
to
cf74a1c
Compare
cf74a1c
to
ffc5199
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
v2.27.4
->v2.51.2
Release Notes
aquaproj/aqua (aquaproj/aqua)
v2.51.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.51.1...v2.51.2
🐛 Bug Fixes
#3868 Fix
version
commandDependency Updates
update module github.com/urfave/cli/v3 to v3.3.3 (#3866)
golang.org/x/term to v0.32.0 (#3863)
v2.51.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.51.0...v2.51.1
Features
#3852 #3853 Support managing a GitHub access token using Keyring
You can now manage a GitHub Access token using secret store such as Windows Credential Manager, macOS Keychain, and GNOME Keyring.
aqua token set
command:or you can also pass a GitHub Access token via standard input:
AQUA_KEYRING_ENABLED
:export AQUA_KEYRING_ENABLED=true
Note that if the environment variable
GITHUB_TOKEN
is set, this feature gets disabled.You can remove a GitHub Access token from keyring by
aqua token rm
command:v2.51.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.50.1...v2.51.0
v2.50.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.50.0...v2.50.1
Improve the performance of command execution
#3826
This release improves the performance of
aqua which
andaqua exec
command.aqua which
read registries, but the standard registry is very large (about 2MB) so it makes the performance worse.Furthermore, the standard registry gets larger every time we improve the standard registry.
To solve the problem, this pull request introduces the cache mechanism of packages by aqua.yaml.
aqua creates a cache file per aqua.yaml into
$(aqua root-dir)/registry-cache/<base64 encoded aqua.yaml absolute path>.json
.The structure of cache files is:
If a registry type is
local
, a cache file isn't created.Cache files are much smaller than the standard registry, so aqua can read them much faster.
If packages aren't found in cache files, aqua reads the original registries and updates cache files.
aqua removes unused records from cache.
Bench mark
Others
#3840 chore: update aqua-proxy to v1.2.9
#3839 chore: update urfave-cli-v3-util to v0.0.4
v2.50.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.49.0...v2.50.0
Features
#3794 GitHub Artifact Attestations: Non-default predicate type support @scop
v2.49.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.3...v2.49.0
Features
#3780 Support creating hardlinks
v2.48.3
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.2...v2.48.3
🐛 Bug Fixes
#3774 Fix
aqua version
commandv2.48.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.1...v2.48.2
🐛 Bug Fixes
#3771 Fix fish completion
#3750 generate-registry: Fix panic if version isn't semver
Improvement
#3772 Improve
-v
option andversion
command#3740 checksum: don't treat *.bundle as checksum @scop
v2.48.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.48.0...v2.48.1
🐛 Bug Fixes
#3729 Fix bash and zsh completion command generation @takumin
v2.48.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.2...v2.48.0
Features
#3725 support disabling slsa-verifier's --source-tag
v2.47.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.1...v2.47.2
Bug Fixes
#3721 Fix a bug that a panic occurs if aqua tries to verify assets using Minisign on linux/arm64
Improvement
#3718 generate-registry: Add os patterns
v2.47.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.47.0...v2.47.1
🐛 Bug Fixes
#3717 Fix the output of the
version
commandv2.47.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.46.0...v2.47.0
Features
#3711 Support
cosign veryf-blob
's--bundle
option#3710 generate-registry: Use cosign cert if sig is keyless, not pubkey even if available @scop
Fixes
#3689 generate-registry: Exclude the last element of version_overrides from sort
Others
#3703 Update module github.com/urfave/cli/v2 to v3
v2.46.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.45.1...v2.46.0
Features
Improved
aqua generate-registry
command:#3649 Generate Cosign configuration of checksum @scop
#3663 Include version in generated cert id regexp @scop
#3664 Generate cosign config for releases with a pubkey @scop
#3653 Fix a panic
#3657 Convert versions to
{{.SemVer}}
#3675 Fix a bug that a template variable
AssetWithoutExt
missesv2.45.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.45.0...v2.45.1
Fixes
#3641 Fix typo @scop
#3643 Fix typo using typos
Refactoring
#3642 gopls modernize @scop
#3644 Fix typo
v2.45.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.44.1...v2.45.0
Features
Improved generate-registry:
#3560 Generate
slsa_provenance
#3562 #3568 #3576 Support config file and filter versions and assets
#3566 Fix
complete_windows_ext
#3577 Sort and group
version_overrides
#3578 Merge groups with only a single release
#3579 Move
no_asset
to the topFixes
#3593 Support
signer_workflow
too#3603 Skip the verification of GitHub Artifact Attestation if the authentication fails
Others
#3586 Update checksums of cosign, slsa-verifier, minisign, and GitHub CLI automatically
#3595 Output grammar fixes @scop
#3580 ghattestation: Error message fixes @scop
v2.44.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.44.0...v2.44.1
🐛 Bug Fixes
#3554 update: Fix a bug that
aqua up
fails ifimport_dir
is usedThis is a bug of aqua v2.44.0.
v2.44.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.43.3...v2.44.0
Features
#3537 init: add a command line option
-d
#3528 Support
import_dir
and add command line options-u
and-i
toaqua init
commande.g. aqua.yaml
You can use
import_dir
andpackages
at the same time.In addition to
packages
, aqua searches packages from the directory specified withimport_dir
.import_dir: imports
is equivalent to the following settings.And if
import_dir
is set,aqua g -i
command creates a directory<import_dir>
and adds packages to the file<import_dir>/<command name>.yaml
.For instance, if
import_dir
isimports
,aqua g -i cli/cli
creates a directoryimports
and adds cli/cli toimports/gh.yaml
.If the package has multiple commands,
<command name>
is the first command name in thefiles
setting.For instance, in case of
FiloSottile/age
,<command name>
isage
.https://github.com/aquaproj/aqua-registry/blob/d39d4b5d0fb0635f6be7a70f3cb8b994f075a639/pkgs/FiloSottile/age/registry.yaml#L13-L17
Fixes
#3537 init: Fix file existence check
aqua init
skips creating a configuration file if configuration files already exist.This release improves the logic.
v2.43.3
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.43.2...v2.43.3
Features
#3521 generate-registry: Detect checksum files from some more typical SHA filenames @scop
Others
#3523 Update slsa-verifier to v2.7.0
#3514 #3534 Update Cosign to v2.4.2
v2.43.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.43.1...v2.43.2
Bug Fixes
#3506 Exclude unavailable versions from the list of
aqua g -s
andaqua up -s
v2.43.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.43.0...v2.43.1
v2.43.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.42.2...v2.43.0
Features
#3467 #3478 Support vacuuming unused packages
https://aquaproj.github.io/docs/guides/vacuum
Now you can remove unused packages by
aqua vacuum
command, which is useful to save storage and keep your machine clean.This command removes installed packages which haven't been used for over the expiration days.
The default expiration days is 60, but you can change it by the environment variable
$AQUA_VACUUM_DAYS
or the command line optionaqua vacuum -days <expiration days>
.e.g.
export AQUA_VACUUM_DAYS=90
As of aqua v2.43.0, aqua records packages' last used date times.
Date times are updated when packages are installed or executed.
Packages installed by aqua v2.42.2 or older don't have records of last used date times, so aqua can't remove them.
To solve the problem,
aqua vacuum --init
is available.aqua vacuum --init
searches installed packages from aqua.yaml including$AQUA_GLOBAL_CONFIG
and records the current date time as the last used date time of those packages if their last used date times aren't recorded.aqua vacuum --init
can't record date times of install packages which are not found in aqua.yaml.If you want to record their date times, you need to remove them by
aqua rm
command and re-install them.v2.42.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.42.1...v2.42.2
🐛 Bug Fixes
#3436 Fix a bug that
aqua update
command fails ifversion_expr
orgo_version_file
is usedAs of this release,
aqua update
command ignores packages withversion_expr
orgo_version_file
.v2.42.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.42.0...v2.42.1
🐞 Bug Fixes
#3433 Create symlinks if unarchived files are symlinks
This fixes a bug of aqua v2.42.0. #3432
v2.42.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.41.0...v2.42.0
Features
#3422 Support 7 zip
Others
#3422 Replace mholt/archiver/v3 with mholt/archives
mholt/archiver/v3 was deprecated and it's encourage to migrate to mholt/archives.
v2.41.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.40.0...v2.41.0
Features
#3407 Support cargo install's
--locked
optionhttps://aquaproj.github.io/docs/reference/registry-config/cargo-package
e.g. registry.yaml:
#3399 update: Support filtering updated packages using package tags
https://aquaproj.github.io/docs/guides/package-tag
e.g.
v2.40.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.39.1...v2.40.0
Features
#3363 Support getting package versions from external files
This release enables you to get package versions from external files.
This feature is useful when:
This release adds some fields to aqua.yaml's packages.
e.g.
version_expr
is evaluated using expr.The following custom functions are available.
version_expr
Allowing to read external files is potentially risky in terms of security.
Malicious users can try to read secret files and expose secrets via log using
version_expr
.To prevent such a threat, we restrict the evaluation result of
version_expr
.It must match with the regular expression
^v?\d+\.\d+(\.\d+)*[.-]?((alpha|beta|dev|rc)[.-]?)?\d*
.v2.39.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.39.0...v2.39.1
Fixes
#3365 cargo: Normalize the install path of cargo packages
Others
#3361 Refactor reading config
v2.39.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.38.4...v2.39.0
Features
#3354 policy: add a code comment for YAML Language Servers to a generated file
aqua-policy.yaml
### yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/policy.json
#3352 init: Add a code comment for YAML Language Servers to a generated file
aqua.yaml
### yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-yaml.json
These code comments are useful when you edit files with editors such as VSCode.
v2.38.4
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.38.3...v2.38.4
Bug Fixes
#3337 generate-registry: Fix a bug that unused replacements are added
v2.38.3
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.38.2...v2.38.3
Bug Fixes
#3325 #3333 Fix a bug that
aqua g -i
removes comments frompackages
v2.38.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.38.1...v2.38.2
🐛 Bug Fixes
#3307 generate-registry: Fix a bug that description isn't formatted
v2.38.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.38.0...v2.38.1
Fixes
#3297 completion: Improve the completion settings suggested in
aqua completion --help
@akinomyogav2.38.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.37.2...v2.38.0
Features
#3269 Get available versions from Go Module Proxy
https://aquaproj.github.io/docs/reference/registry-config/go-version-path
This release adds the new field
go_version_path
to registries.e.g.
If this field is set,
aqua g
andaqua up
commands gets available versions from Go Module Proxy.v2.37.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.37.1...v2.37.2
Fixes
#3233 which, exec: Search configuration files even if
AQUA_CONFIG
is setv2.37.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.37.0...v2.37.1
Bug Fixes
#3226 #584 Fix a bug that newlines in aqua.yaml are removed when updating aqua.yaml by
aqua g -i
andaqua up
This issue came from the bug of goccy/go-yaml. https://github.com/goccy/go-yaml/issues/285
The issue was solved at goccy/go-yaml 1.13.3.
So we updated goccy/go-yaml to 1.13.3 and solve the issue.
v2.37.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.36.2...v2.37.0
Features
#3224 Allow to set command aliases in aqua.yaml
You can now define command aliases in aqua.yaml.
This is useful to use multiple versions of the same package.
e.g.
Then you can run
terraform
(v1.9.8) andterraform-013
(v0.13.7).You can skip creating symbolic links for aliases by
no_link: true
You can still run aliases via
aqua exec
.aqua exec -- terraform-013 version
v2.36.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.36.1...v2.36.2
Bug Fixes
#3193 #3194 Fix a bug that
vars
are not replaced infiles[].src
v2.36.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.36.0...v2.36.1
Fixes
#3146 generate-registry: Remove
rosetta2
andwindows_arm_emulation
if{{.Arch}}
isn't included inasset
Dependency updates
#3148 Update aqua-proxy to 1.2.8
#3149 Update Go to 1.23.2
v2.36.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.35.0...v2.36.0
Features
#3130 #3134 support changing $0 by symlink
Some tools change their behavior by
$0
.For example,
granted
changes the behavior based onargs[0]
.https://github.com/common-fate/granted/blob/e8de3ec7d62d543062d8be802b27abb3d8fac429/cmd/granted/main.go#L37-L44
This release supports changing $0 by symlink.
Bug Fixes
#3136 #3137 remove: Handle panic error when package is not found @Shion1305
#3138 remove: Ignore not found commands
v2.35.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.34.0...v2.35.0
Features
#3119 #3131 Verify packages' GitHub Artifact Attestations
When aqua installs packages, it verifies their GitHub Artifact Attestations if they are provided and registries have settings for GitHub Artifact Attestations.
#3117 Create GitHub Artifact Attestations of aqua
We start providing aqua's GitHub Artifact Attestations!
https://github.com/aquaproj/aqua/attestations
If you download aqua from GitHub Releases, you can verify GitHub Artifact Attestations using GitHub CLI.
https://aquaproj.github.io/docs/install#verify-downloaded-binaries-from-github-releases
Reference:
Fixes
#3129 Redirect stdout of some commands to stderr
aqua executes some os commands to install packages.
aqua should redirect the stdout of these commands to stderr.
v2.34.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.33.0...v2.34.0
Features
#3103 Enabling you to verify checksum files using Minisign
You can now verify checksum files using Minisign.
e.g.
v2.33.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.32.0...v2.33.0
Features
#3101 Enable you to remove
go_install
andhttp
packagesYou can now uninstall
go_install
andhttp
packages!Furthermore, the uninstall can now handles version_overrides properly.
v2.32.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.31.0...v2.32.0
Features
#3075 #3094 Support removing links from the
bin
directoryBy default,
aqua remove
command removes only packages from thepkgs
directory and doesn't remove links from thebin
directory.This release has added the command line option
-mode
to the remove command.The value of
-mode
is a string containing charactersl
andp
.The order of the characters doesn't matter.
You can also configure the mode by the environment variable
AQUA_REMOVE_MODE
, so you can change the default behaviour ofaqua remove
command by settingAQUA_REMOVE_MODE
in your shell setting such as.bashrc
.export AQUA_REMOVE_MODE=pl
v2.31.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.30.0...v2.31.0
Overview
Featuers
#2978 #2994 Support verifying packages with minisign
#3052 Support passing variables
Fixes
#3012 Fix typo
temporal
. Replace them withtemporary
#3017 #3024 Stop using
replace
directiveOthers
Update Go 1.22.5 to 1.22.6
Feature - Support verifying packages with minisign
#2978 #2994
Support verifying packages with minisign.
Why is the feature needed?
To install some packages securely.
For example, zig is signed by minisign.
Example Code
This feature is similar to Cosign and slsa-verifier.
https://aquaproj.github.io/docs/reference/registry-config/cosign/
This feature depends on minisign.
So aqua should install minisign transparently same as Cosign and slsa-verifier.
registry.yaml
Feature - Support passing variables
#3052
Add the optional field
vars
in aqua.yaml and Registry.vars
in Registrye.g.
vars
is a list of variables.Fields of a variable
Variables are passed to template strings as
.Vars.<template name>
.e.g.
vars
in aqua.yamle.g.
vars
is a map of variables.The key is a variable name and the value is a variable value.
v2.30.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.29.2...v2.30.0
Features
#2918 #3005 Use aqua-proxy and hard links instead of shell scripts and bat scripts on Windows
Document: https://github.com/aquaproj/aquaproj.github.io/pull/1049 https://aquaproj.github.io/docs/reference/lazy-install#on-windows
aqua doesn't use symbolic links on Windows because symbolic links have several issues on Windows.
aqua v2.29.2 or older used shell scripts and bat scripts instead of symbolic links and aqua-proxy.
#885 #892 #893 aqua >= v1.12.0, aqua <= v2.29.2
But using shell scripts and bat scripts also had several issues.
So aqua v2.30.0 or later uses hard links and aqua-proxy instead of shell scripts and bat scripts. #2918
aqua installs
aqua-proxy
and creates hard links toaqua-proxy
on$(aqua root-dir)/bin
directory.When aqua updates
aqua-proxy
, aqua recreates hard links.From aqua v2.30.0, aqua doesn't use bat scripts so you can remove
$(aqua root-dir)/bat
directory and remove$(aqua root-dir)/bat
fromPATH
.Others
#3004 Update slsa-verifier to v2.6.0
#3008 Update module github.com/goccy/go-yaml to v1.12.0
v2.29.2
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.29.1...v2.29.2
Bug Fixes
#3001 Fix checksums of Cosign
Fixed a bug of aqua v2.29.1
v2.29.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.29.0...v2.29.1
Please don't use this version.
The checksums of Cosign are wrong.
The issue will be fixed by https://github.com/aquaproj/aqua/pull/3001 soon.
Features
#2965 list: Add an alias of command line option
-installed
Fixes
#2981 Fix a bug that the shell completion of tools built with urfave/cli/v2 doesn't work
For detail, please see the following issues and pull request.
Others
Update Go to 1.22.5
v2.29.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.28.1...v2.29.0
Features
#2929 Support fish completion
Added a sub command
aqua completion fish
, which outputs scripts for fish completionYou can source the output to enable the completion.
Or you can write the output to a file.
https://fishshell.com/docs/current/completions.html#where-to-put-completions
v2.28.1
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.28.0...v2.28.1
Bug Fixes
#2904 generate: Fix a bug that
aqua g -i
fails if aqua.yaml doesn't have the fieldpackages
#2902 info: Fix a bug that user names aren't masked on Windows @sapphi-red
v2.28.0
Compare Source
Pull Requests | Issues | aquaproj/aqua@v2.27.4...v2.28.0
Features
#2609 #2730 #2632 Support getting a package version from go directive in go.mod or go.work
From Go 1.21, the version of Go is decided by go directive in go.mod or go.work.
https://go.dev/doc/toolchain
e.g.
This can cause an issue that the version of Go may be different from the version defined in aqua.yaml.
And we need to define go version in two places.
To solve the issue, this pull request enables aqua to get the version of go from go directive in go.mod or go.work.
You can specify the path to go.mod or go.work by a field
go_version_file
.e.g.
Then you can define go version only in go.mod or go.work.
#2880 Ignore invalid packages and continue working
When reading aqua.yaml, aqua ignores invalid packages and continues working.
This improves the robustness.
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.