From 6876d399439c7c9533d3ded4180e09e65481deb0 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 13 Nov 2023 23:15:54 -0300 Subject: [PATCH] ignore toml [skip ci] --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ea8148dadae9..ea668600da96 100644 --- a/renovate.json +++ b/renovate.json @@ -22,7 +22,7 @@ "enabled": true }, "rebaseConflictedPrs": false, - "ignoreDeps": ["cargo_toml"] + "ignoreDeps": ["cargo_toml", "toml"] }, { "enabled": true,