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,