From 92840f25127123ad8142439e146165365def8a9e Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 22 Sep 2023 13:32:02 +0200 Subject: [PATCH] chore: renovate update (#1496) --- renovate.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/renovate.json b/renovate.json index 993022fe3..6cb6c3cf8 100644 --- a/renovate.json +++ b/renovate.json @@ -48,6 +48,30 @@ "matchUpdateTypes": ["minor", "major"], "automerge": false }, + { + "description": "Don't separate minor and patch updates in tests", + "matchPaths": ["test/**"], + "matchPackageNames": [ + "bundler", + "docker", + "dotnet", + "git", + "kustomize", + "helm", + "helmfile", + "lerna", + "npm", + "pdm", + "pipenv", + "poetry", + "pnpm", + "renovate", + "rust", + "swift", + "vendir" + ], + "separateMinorPatch": false + }, { "description": "Automerge test selected minor updates in tests", "matchPaths": ["test/**"],