From 01665d437c742026efe17f5a25bcc108dc62a4f8 Mon Sep 17 00:00:00 2001 From: Joel Dixon Date: Wed, 14 Jan 2026 09:50:08 -0600 Subject: [PATCH] Check ni-apis stability days daily --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index ecd109cb..d73c5cf5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,7 +11,7 @@ "third_party/ni-apis" ], "extends": [ - "schedule:weekly" + "schedule:daily" ], "minimumReleaseAge": "1 day" }