From 9be99666db4dfb6561d469407048a1692d8ec158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sun, 25 May 2025 19:35:15 +0200 Subject: [PATCH] fix(renovate): simplify config Remove fields set to default values, upstream values are fine. --- renovate.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/renovate.json b/renovate.json index 2a15a88..ae48190 100644 --- a/renovate.json +++ b/renovate.json @@ -13,19 +13,9 @@ ], "prCreation": "immediate", "cargo": { - "commitMessageTopic": "Rust crate {{depName}}", - "fileMatch": [ - "(^|/)Cargo\\.toml$" - ], - "versioning": "cargo", "enabled": true }, "nix": { - "fileMatch": [ - "(^|/)flake\\.nix$" - ], - "commitMessageTopic": "nixpkgs", - "commitMessageExtra": "to {{newValue}}", "enabled": true }, "lockFileMaintenance": {