Skip to content

Commit

Permalink
feat: reorder rules
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Oct 17, 2024
1 parent 26d23ab commit 598cc57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ module.exports = {
matchPackageNames: ["*"],
matchUpdateTypes: ["minor", "patch"]
},
{
matchUpdateTypes: ["major"],
dependencyDashboardApproval: true
},
{
groupName: "workflows non-major dependencies",
groupSlug: "workflows-minor-patch",
matchPackageNames: ["SwanseaUniversityMedical/workflows"],
matchUpdateTypes: ["minor", "patch"]
},
{
matchUpdateTypes: ["major"],
dependencyDashboardApproval: true
},
{
matchPackageNames: ["SwanseaUniversityMedical/workflows"],
matchUpdateTypes: ["major"],
Expand Down

0 comments on commit 598cc57

Please sign in to comment.