mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-12 23:00:20 +00:00
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:
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
@@ -37,13 +37,13 @@
|
|||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"requiredStatusChecks": null
|
"ignoreTests": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"groupName": "golang.org/x packages",
|
||||||
"^golang.org/x/"
|
"matchPackageNames": [
|
||||||
],
|
"/^golang.org/x//"
|
||||||
"groupName": "golang.org/x packages"
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"prConcurrentLimit": 3,
|
"prConcurrentLimit": 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user