mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-01-26 03:04:10 +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,
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user