From af547f070e6a3714cda36f7d84cfa8d99c22fb9b Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 24 Aug 2018 14:54:40 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 50c0301909..adf0a589f9 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,12 @@ { "packageNames": ["semantic-release"], "semanticCommitType": "fix" + }, + { + "packageNames": ["got", "gh-got", "gl-got"], + "major": { + "groupName": "got packages" + } } ], "semanticCommitScope": null -- GitLab