Skip to content

Commit

Permalink
chore(sorting): 🤖 ✨ (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ecospark[bot] and github-actions[bot] authored Sep 1, 2024
1 parent aa3eb71 commit 4690472
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions group-recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions security.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4690472

Please sign in to comment.