Only check patch dependencies on weekends

This avoids having tonnes of changing MRs
This commit is contained in:
Jake Howard 2022-11-03 13:55:05 +00:00
parent df4dc64058
commit e271f81d4e
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchDepTypes": ["dev", "devDependencies"],
"schedule": ["every weekend"],
"enabled": false
}
]