diff --git a/renovate.json b/renovate.json index cc5f28ed..b63c7b3f 100644 --- a/renovate.json +++ b/renovate.json @@ -11,5 +11,6 @@ }, "nix": { "enabled": true - } -} \ No newline at end of file + }, + "ignoreDeps": ["tower-http", "axum-server", "hyper", "axum", "http"] +}