From bd748b0973412b2652b30188df79b6561593237b Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Wed, 10 Jun 2026 15:45:09 -0500 Subject: [PATCH] build: restrict Renovate to nuget and github-actions --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 7cd3c129440a..20d41e802d8d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,8 @@ { + "enabledManagers": [ + "nuget", + "github-actions" + ], "extends": [ "config:base", ":disableDependencyDashboard"