From 2641ff8d7c888a76dd55989319b19526c7c33886 Mon Sep 17 00:00:00 2001 From: Nils Andresen Date: Fri, 23 Feb 2024 22:37:33 +0100 Subject: [PATCH] remove milestone setting it's only available in renovate version 37.204.0 but the GitHub bot currently is running version 37.200.0 --- .github/renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index a8730968..38c9b666 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,6 +16,5 @@ "matchUpdateTypes": ["major"], "labels": ["Breaking Change"] } - ], - "milestone": 18 + ] }