Files
continuwuity/renovate.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
458 B
JSON
Raw Normal View History

2023-12-20 22:26:36 -05:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2024-02-14 15:31:28 +01:00
"extends": [
"config:recommended"
2023-12-20 22:26:36 -05:00
],
"lockFileMaintenance": {
"enabled": true,
"schedule": [
"at any time"
]
},
"nix": {
"enabled": true
},
"labels": [
"dependencies",
"github_actions"
],
"ignoreDeps": [
"tikv-jemllocator",
"tikv-jemalloc-sys",
"tikv-jemalloc-ctl",
"opentelemetry-rust",
"tracing-opentelemetry"
]
}