diff options
-rw-r--r-- | .github/renovate.json5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fe3fb5e5..ee7979ea 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -24,6 +24,13 @@ }, { "matchPackagePatterns": [ + "^io.sentry", + "^sentry", + ], + "groupName": "sentry" + }, + { + "matchPackagePatterns": [ "^kotlin", "^org.jetbrains.kotlin", ], |