mirror of
https://github.com/zadam/trilium.git
synced 2025-10-19 22:58:52 +02:00

Remove the package rules for now, use the default schemas. Also include this repository in the config since I forgot that part 🤣
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"repositories": ["TriliumNext/Notes"],
|
|
"schedule": ["before 3am"],
|
|
"labels": ["dependencies", "renovate"],
|
|
"prHourlyLimit": 0,
|
|
"prConcurrentLimit": 0,
|
|
"branchConcurrentLimit": 0
|
|
}
|