From 469047219b77bb3e43b59348ce367fce21dfaa84 Mon Sep 17 00:00:00 2001 From: "ecospark[bot]" <128108030+ecospark[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 14:47:56 +0200 Subject: [PATCH] =?UTF-8?q?chore(sorting):=20=F0=9F=A4=96=20=E2=9C=A8=20(#?= =?UTF-8?q?224)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- group-recommended.json | 4 ++-- security.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/group-recommended.json b/group-recommended.json index 49c1fc6..dd3a4a0 100644 --- a/group-recommended.json +++ b/group-recommended.json @@ -4,12 +4,12 @@ "packageRules": [ { "groupName": "three packages", - "matchPackageNames": ["three", "/^@react-three//"] + "matchPackageNames": ["/^@react-three//", "three"] }, { "groupName": "reach packages", "matchPackageNames": ["/^@reach//"] }, { "groupName": "grunt packages", - "matchPackageNames": ["grunt", "load-grunt-tasks", "/^grunt-/"] + "matchPackageNames": ["/^grunt-/", "grunt", "load-grunt-tasks"] }, { "groupName": "rollup packages", diff --git a/security.json b/security.json index 368320e..e573882 100644 --- a/security.json +++ b/security.json @@ -7,15 +7,15 @@ "dependencyDashboardApproval": true, "groupName": null, "matchDepTypes": ["action"], - "pinDigests": true, - "schedule": [], "matchPackageNames": [ "!actions/{/,}**", "!github/{/,}**", "!google-github-actions/{/,}**", "!googleapis/{/,}**", "!pnpm/{/,}**" - ] + ], + "pinDigests": true, + "schedule": [] }, { "description": "GitHub has forked the tibdex/github-app-token workflow and have vowed to maintain it and uphold strict security best practices: https://github.com/tibdex/github-app-token/issues/99#issuecomment-1787602874",