Update renovate config to align with recommendations #noissue
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7cee219b19
commit
689c8b4408
1 changed files with 1 additions and 5 deletions
|
@ -1,12 +1,8 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended", ":rebaseStalePrs", ":ignoreUnstable", "group:monorepos", "group:recommended"
|
||||||
],
|
],
|
||||||
"automerge": false,
|
|
||||||
"major": {
|
|
||||||
"automerge": false
|
|
||||||
},
|
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"android/**",
|
"android/**",
|
||||||
"ios/**"
|
"ios/**"
|
||||||
|
|
Loading…
Reference in a new issue