Skip to content

Commit

Permalink
chore: group all updates together
Browse files Browse the repository at this point in the history
Group all updates together.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jun 30, 2023
1 parent 01eb52f commit 2493ca8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"major",
"minor",
"patch",
"pin",
"pinDigest",
"digest",
"lockFileMaintenance",
"rollback",
"bump",
"replacement"
],
"groupName": "releases"
}
]
Expand Down

0 comments on commit 2493ca8

Please sign in to comment.