From 73a08abba8d0a464deb5f18f25e44ebbd62c7b5d Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 24 Apr 2021 18:37:04 -0300 Subject: [PATCH] fix: renovate config, add CTA --- renovate.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 39a3c3562..6cb7803c3 100644 --- a/renovate.json +++ b/renovate.json @@ -128,7 +128,7 @@ { "enabled": true, "paths": [ - "api/**" + "tooling/api/**" ], "groupName": "Tauri API Definitions", "groupSlug": "allTauriAPIDefinitions", @@ -137,6 +137,19 @@ "enabled": true }, "rebaseConflictedPrs": false + }, + { + "enabled": true, + "paths": [ + "tooling/create-tauri-app/**" + ], + "groupName": "create-tauri-app", + "groupSlug": "allCTA", + "commitMessagePrefix": "chore(deps)", + "lockFileMaintenance": { + "enabled": true + }, + "rebaseConflictedPrs": false } ] -} \ No newline at end of file +}