From afea7ce4a6788166ecc5660e14a307c5094c144d Mon Sep 17 00:00:00 2001 From: Jay Michalska Date: Fri, 28 Feb 2025 15:18:42 +0100 Subject: [PATCH] Remove updating pub packages and move dependabot to master --- .github/dependabot.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44f900537..ca5fb029d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,18 +5,13 @@ version: 2 updates: - - package-ecosystem: "pub" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "weekly" - target-branch: "rws" - package-ecosystem: "gradle" directory: "/android" schedule: interval: "weekly" - target-branch: "rws" + target-branch: "master" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - target-branch: "rws" + target-branch: "master"