Skip to content

Commit

Permalink
fix(internal): point to external presets to DRY; update groups
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusrbrown committed Nov 29, 2024
1 parent 843943a commit c911f77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
7 changes: 3 additions & 4 deletions group.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"packageRules": [
{
"groupName": "Octokit packages",
"matchSourceUrlPrefixes": ["https://github.com/octokit/"]
"matchSourceUrls": ["https://github.com/octokit/*"]
}
]
},
Expand All @@ -118,8 +118,7 @@
"packageRules": [
{
"groupName": "Prettier packages",
"matchPackageNames": ["prettier"],
"matchPackagePatterns": ["^@prettier\\/", "^prettier-plugin-"]
"matchPackageNames": ["prettier", "@prettier/*", "prettier-plugin-*"]
}
]
},
Expand Down Expand Up @@ -191,7 +190,7 @@
"description": "All Vite related packages",
"groupName": "Vite packages",
"matchDatasources": ["npm"],
"matchPackagePatterns": ["^vite$", "vite-plugin", "@vitejs"]
"matchPackageNames": ["vite", "vite-plugin*", "@vitejs/*"]
}
]
}
Expand Down
5 changes: 3 additions & 2 deletions internal.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
description: 'Internal Renovate configuration for @bfra-me.',

extends: [
'github>microsoft/m365-renovate-config:groupTypes#v2.6.1',
'github>bfra-me/renovate-config:group/octokit',
'github>bfra-me/renovate-config:group/prettier',
'github>bfra-me/renovate-config:group/react',
'github>bfra-me/renovate-config:group/rollup',
'github>microsoft/m365-renovate-config:groupReact#v2.6.1',
'github>microsoft/m365-renovate-config:groupRollup#v2.6.1',
'github>bfra-me/renovate-config:group/vite',
'github>bfra-me/renovate-config:maintenance/security',
'github>bfra-me/renovate-config:maintenance/weeklyLockFileUpdates',
Expand Down

0 comments on commit c911f77

Please sign in to comment.