From 1ef9c63b9b4c2b0e7141f1a4ea3b9fae59561cfb Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Sat, 6 Dec 2025 11:35:09 +0000 Subject: [PATCH] ci: disabling Renovates GitHub Actions manager --- rust/.github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/.github/renovate.json5 b/rust/.github/renovate.json5 index 0c6b594..49c614e 100644 --- a/rust/.github/renovate.json5 +++ b/rust/.github/renovate.json5 @@ -7,6 +7,9 @@ "ignorePaths": [ ".github/workflows/dogfood-github-actions.yml" ], + "github-actions": { + "enabled": false + }, "nix": { "enabled": true },