Skip to content

Commit

Permalink
chore(renovate): update config (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Tsao <[email protected]>
  • Loading branch information
kim-tsao authored Dec 12, 2024
1 parent cf1c024 commit 2b80bd3
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,50 @@
"npm": {
"minimumReleaseAge": "3 days"
},
"major": {
"dependencyDashboardApproval": true
},
"packageRules": [
{
"groupName": "DevDependencies (minor)",
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor"]
},
{
"groupName": "DevDependencies (patch)",
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch"]
},
{
"groupName": "Test packages (minor)",
"matchDepNames": ["@playwright/{/,}**", "msw", "@testing-library/{/,}**"],
"matchUpdateTypes": ["minor"]
},
{
"groupName": "Test packages (patch)",
"matchDepNames": ["@playwright/{/,}**", "msw", "@testing-library/{/,}**"],
"matchUpdateTypes": ["patch"]
},
{
"groupName": "Kie Tools (minor)",
"matchDepNames": ["@kie-tools-core/{/,}**", "@kie-tools/{/,}**"],
"matchUpdateTypes": ["minor"]
},
{
"groupName": "Kie Tools (patch)",
"matchDepNames": ["@kie-tools-core/{/,}**", "@kie-tools/{/,}**"],
"matchUpdateTypes": ["patch"]
},
{
"groupName": "types (minor)",
"matchPackageNames": ["@types/{/,}**"],
"matchUpdateTypes": ["minor"]
},
{
"matchUpdateTypes": ["patch"],
"groupName": "types (patch)",
"matchPackageNames": ["@types/{/,}**"]
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions"
Expand All @@ -34,6 +77,11 @@
{
"matchPackageNames": ["yn"],
"allowedVersions": "<5.0.0"
},
{
"groupName": "Core Backstage packages",
"dependencyDashboardApproval": true,
"matchDepNames": ["/^@backstage//"]
}
],
"ignorePaths": ["**/dist-dynamic/**"]
Expand Down

0 comments on commit 2b80bd3

Please sign in to comment.