From 72bee3433b7e1c4ceb26b95374f33ac70c06aa49 Mon Sep 17 00:00:00 2001 From: Titani Date: Mon, 7 Aug 2023 16:05:58 -0400 Subject: [PATCH] chore(deps): update renovate to group and automerge PRs --- .github/renovate.json | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5f4967433f6..6008bb83845 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -23,7 +23,6 @@ "eslint", "eslint-plugin-prettier", "eslint-plugin-react", - "focus-trap", "fs-extra", "lint-staged", "mutation-observer", @@ -40,8 +39,10 @@ "enabled": false }, { - "datasources": ["npm"], - "packagePatterns": [ + "groupName": "devDependencies", + "matchDatasources": ["npm"], + "automerge": true, + "matchPackagePatterns": [ "@babel/*", "@octokit/rest", "@patternfly/patternfly-a11y", @@ -74,10 +75,18 @@ ] }, { - "datasources": ["npm"], - "packageNames": [ + "matchDatasources": ["npm"], + "matchPackageNames": [ + "focus-trap", + "react-dropzone" + ] + }, + { + "matchDatasources": ["npm"], + "matchPackageNames": [ "@patternfly/patternfly" ], + "automerge": true, "followTag": "prerelease" } ]