From be5b4ae8553165123da1534b6816bce92a3a75ee Mon Sep 17 00:00:00 2001 From: Levi Zitting Date: Tue, 2 Sep 2025 10:57:09 -0500 Subject: [PATCH] chore: remove dependabot android scanning and change to monthly --- .github/dependabot.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fb9183..f23ca19 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,7 @@ updates: - package-ecosystem: pub directory: / schedule: - interval: weekly + interval: monthly groups: pub: patterns: ["*"] - - package-ecosystem: gradle - directory: /android - schedule: - interval: weekly - groups: - android: - patterns: ["*"]