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 🤣
This commit is contained in:
Jon Fuller 2024-11-19 12:08:17 -08:00 committed by GitHub
parent da95e15b01
commit f629d48028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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