5b31cdf1b5
Signed-off-by: strawberry <strawberry@puppygock.gay>
16 lines
319 B
JSON
16 lines
319 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": [
|
|
"at any time"
|
|
]
|
|
},
|
|
"nix": {
|
|
"enabled": true
|
|
},
|
|
"ignoreDeps": ["tower-http", "axum-server", "hyper", "axum", "http"]
|
|
}
|