From 58801d8d84a270e4cfe4c9c551a373873092889d Mon Sep 17 00:00:00 2001 From: Joel Dixon Date: Tue, 13 Jan 2026 09:33:48 -0600 Subject: [PATCH] Update ni-apis to only wait 1 day for new APIs --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5363a83b1..021ec26f0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,8 @@ ], "extends": [ "schedule:monthly" - ] + ], + "minimumReleaseAge": "1 day" } ] } \ No newline at end of file