From 75e3d9446f3dd822a60e01b76daec0ba6831d548 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 20 Feb 2023 10:46:12 +0100 Subject: [PATCH] fix: enable branchNameStrict in base preset --- base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/base.json b/base.json index a9dc84b..c5b5d82 100644 --- a/base.json +++ b/base.json @@ -11,6 +11,7 @@ "group:linters", ":maintainLockFilesWeekly" ], + "branchNameStrict": true, "docker": { "pinDigests": true },