Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian authored Aug 5, 2024
1 parent f30e0a6 commit fdeb3dd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,15 @@
"assigneesFromCodeOwners": true,
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchDepTypes": ["dependencies", "devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies",
"groupName": "dependencies",
"automerge": true
},
{
"matchPackagePatterns": ["gradle", "com.expediagroup"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies",
"automerge": true
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "dependencies",
"groupName": "kotlin deps",
"automerge": true
}
]
Expand Down

0 comments on commit fdeb3dd

Please sign in to comment.