Update renovate.json

Remove the package rules for now, use the default schemas. Also include this repository in the config since I forgot that part 🤣
pull/616/head
Jon Fuller 2024-11-19 12:08:17 +07:00 committed by GitHub
parent da95e15b01
commit f629d48028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 8 deletions

@ -3,16 +3,10 @@
"extends": [
"config:base"
],
"repositories": ["TriliumNext/Notes"],
"schedule": ["before 3am"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": false
}
],
"labels": ["dependencies", "renovate"],
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0
}
}