Skip to content

Commit

Permalink
ci(renovate): sort rules when a package match multiple rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Garcia Dorta authored and mercuriete committed Jun 7, 2024
1 parent 3817d68 commit 956d37b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"automerge": false
},
{
"matchPackagePatterns": ["^typeorm", "^@mikro-orm", "^mongo", "^postgres"],
"groupName": "orm",
"matchCategories": ["ci"],
"groupName": "ci",
"prPriority": 5,
"automerge": false
},
{
"matchCategories": ["ci"],
"groupName": "ci",
"prPriority": 4,
"matchPackagePatterns": ["^typeorm", "^@mikro-orm", "^mongo", "^postgres"],
"groupName": "orm",
"prPriority": 1,
"automerge": false
}
]
Expand Down

0 comments on commit 956d37b

Please sign in to comment.