From 79b51558e2b1e2f31aa2d1dc3e73552bc137e91f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 08:26:17 -0700 Subject: [PATCH] chore(deps): update dependency aquaproj/aqua-renovate-config to v2.3.1 (#254) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aquaproj/aqua-renovate-config](https://togithub.com/aquaproj/aqua-renovate-config) | patch | `2.3.0` -> `2.3.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
aquaproj/aqua-renovate-config (aquaproj/aqua-renovate-config) ### [`v2.3.1`](https://togithub.com/aquaproj/aqua-renovate-config/releases/tag/2.3.1) [Compare Source](https://togithub.com/aquaproj/aqua-renovate-config/compare/2.3.0...2.3.1) #### Bug Fixes [#​588](https://togithub.com/aquaproj/aqua-renovate-config/issues/588) Replace matchPackageNames with matchDepNames https://docs.renovatebot.com/configuration-options/#matchpackagenames > matchPackageNames will try matching packageName first and then fall back to matching depName. > If the fallback is used, Renovate will log a warning, because the fallback will be removed in a future release. > Use matchDepNames instead.
--- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone America/Los_Angeles, 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. --- - [ ] 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/scottames/dots). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e63d83f0..d945858a 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,7 +5,7 @@ ':semanticCommitTypeAll(chore)', ':preserveSemverRanges', 'github>whitesource/merge-confidence:beta', - "github>aquaproj/aqua-renovate-config#2.3.0" // renovate: depName=aquaproj/aqua-renovate-config + "github>aquaproj/aqua-renovate-config#2.3.1" // renovate: depName=aquaproj/aqua-renovate-config ], automergeStrategy: 'squash', dependencyDashboard: true,