Only check patch dependencies on weekends
This avoids having tonnes of changing MRs
This commit is contained in:
parent
df4dc64058
commit
e271f81d4e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"matchDepTypes": ["dev", "devDependencies"],
|
||||
"schedule": ["every weekend"],
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue