From 0f70388d93fcb6072e80d7cc74ce26cc1319061e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 16:02:06 +0300 Subject: [PATCH] chore(config): migrate renovate config (#31) * chore(config): migrate config .github/renovate.json * chore: do not ignore test results --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ismo Vuorinen --- .github/renovate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 345fcca..7e60433 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -37,13 +37,13 @@ ], "automerge": true, "automergeType": "pr", - "requiredStatusChecks": null + "ignoreTests": false }, { - "matchPackagePatterns": [ - "^golang.org/x/" - ], - "groupName": "golang.org/x packages" + "groupName": "golang.org/x packages", + "matchPackageNames": [ + "/^golang.org/x//" + ] } ], "prConcurrentLimit": 3,