From d209cf19b81d95205ead3475baed8d1fa2138d5f Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Fri, 1 Sep 2023 12:02:17 -0400 Subject: [PATCH] Evaluate base branches kyle/renovate-annotations This PR is to evaluate branches other than main before merging. DO NOT MERGE --- default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default.json b/default.json index e33ee739..903a003b 100644 --- a/default.json +++ b/default.json @@ -100,5 +100,6 @@ "matchCurrentVersion": "!/^v?0/", "automerge": true } - ] + ], + "baseBranches": ["kyle/renovate-annotations"] }