mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
chore: update renovate config
Convert our own renovate config into 100% presets!
This commit is contained in:
parent
5243c01230
commit
2448952eac
1 changed files with 4 additions and 12 deletions
16
package.json
16
package.json
|
@ -131,21 +131,13 @@
|
||||||
},
|
},
|
||||||
"renovate": {
|
"renovate": {
|
||||||
"extends": [
|
"extends": [
|
||||||
":app",
|
"config:js-app",
|
||||||
":automergePatch",
|
":automergePatch",
|
||||||
":automergeBranchPush",
|
":automergeBranchPush",
|
||||||
"group:monorepos",
|
":automergeLinters",
|
||||||
":automergeLinters"
|
":label(ready)",
|
||||||
|
":assignee(rarkins)"
|
||||||
],
|
],
|
||||||
"labels": [
|
|
||||||
"ready"
|
|
||||||
],
|
|
||||||
"reviewers": [
|
|
||||||
"rarkins"
|
|
||||||
],
|
|
||||||
"assignees": [
|
|
||||||
"rarkins"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"tag": "latest"
|
"tag": "latest"
|
||||||
|
|
Loading…
Reference in a new issue