Change Renovate schedule to be monthly #noissue
All checks were successful
/ build (push) Successful in 5m19s
All checks were successful
/ build (push) Successful in 5m19s
This commit is contained in:
parent
b544003941
commit
e8c8808c0e
1 changed files with 6 additions and 2 deletions
|
@ -1,11 +1,15 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended", ":rebaseStalePrs", ":ignoreUnstable", "group:monorepos", "group:recommended"
|
"config:recommended",
|
||||||
|
":rebaseStalePrs",
|
||||||
|
":ignoreUnstable",
|
||||||
|
"group:monorepos",
|
||||||
|
"group:recommended"
|
||||||
],
|
],
|
||||||
"prConcurrentLimit": 0,
|
"prConcurrentLimit": 0,
|
||||||
"schedule": [
|
"schedule": [
|
||||||
"every weekend"
|
"monthly"
|
||||||
],
|
],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"android/**",
|
"android/**",
|
||||||
|
|
Loading…
Reference in a new issue