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 <ismo@ivuorinen.net>
This commit is contained in:
renovate[bot]
2025-08-07 16:02:06 +03:00
committed by GitHub
parent 78b308743a
commit 0f70388d93

10
.github/renovate.json vendored
View File

@@ -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,