From 235b82b3fcafb26a023568b388dcf23ddf4fd635 Mon Sep 17 00:00:00 2001 From: Jason Rasmussen Date: Mon, 20 Nov 2023 03:19:10 -0500 Subject: [PATCH] chore(build): renovate grouping (#5167) --- renovate.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 551316f272..7420b7e697 100644 --- a/renovate.json +++ b/renovate.json @@ -21,6 +21,15 @@ "matchFileNames": ["web/**"], "groupName": "web", "matchUpdateTypes": ["minor", "patch"] + }, + { + "matchFileNames": ["machine-learning/**"], + "groupName": "machine-learning", + "matchUpdateTypes": ["minor", "patch"] + }, + { + "matchFileNames": [".github/**"], + "groupName": "github-actions" } ], "ignoreDeps": [ @@ -29,5 +38,5 @@ "vector_map_tiles", "flutter_map", "flutter_map_heatmap" - ], + ] }