From d637ed19fefb77cc7d6dab017b9da3ccceb257ca Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 22 Jan 2025 15:15:53 -0500 Subject: [PATCH] Hand off open-source to dev-infra (#3549) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f83c1c8..31589ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: interval: daily open-pull-requests-limit: 0 # only security updates reviewers: - - "@getsentry/open-source" + - "@getsentry/dev-infra" - "@getsentry/security" - package-ecosystem: "github-actions" @@ -15,5 +15,5 @@ updates: # Check for updates to GitHub Actions every week interval: "weekly" reviewers: - - "@getsentry/open-source" + - "@getsentry/dev-infra" - "@getsentry/security"