Files
continuwuity/renovate.json
T

17 lines
319 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
},
"ignoreDeps": ["tower-http", "axum-server", "hyper", "axum", "http"]
}