Skip to content

Commit

Permalink
Update renovate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Mar 15, 2024
1 parent dcdc675 commit 5662c8f
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,8 @@
},
"packageRules": [
{
"matchUpdateTypes": [
"major",
],
"groupName": "Deps with major upgrades",
},
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest",
],
"automerge": true,
"groupName": "Deps with minor upgrades",
},
{
"matchDepTypes": [
"devDependencies",
],
"automerge": true,
"groupName": "Dev dependencies",
"groupName": "Deps",
},
],
}

0 comments on commit 5662c8f

Please # to comment.