Schedule to run weekly
This commit is contained in:
parent
b37c5ff575
commit
7f6d6c1f3c
@ -2,7 +2,22 @@
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"timezone": "America/Los_Angeles",
|
||||
"schedule": [
|
||||
"before 8am on Monday"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"automerge": true
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"minor"
|
||||
],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDepTypes": [
|
||||
"devDependencies"
|
||||
|
Loading…
x
Reference in New Issue
Block a user