From d1d6b26fb1510d934387115c4c49a8815eb369b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Fri, 25 Jul 2025 10:25:52 +0200 Subject: [PATCH] build: Update dependabot config --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b853778f..835f48436 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,22 @@ version: 2 updates: - - package-ecosystem: "flutter" + - package-ecosystem: "pub" directory: "/" schedule: interval: "daily" + allow: + - dependency-name: "*" + commit-message: + prefix: "build: " + include: "scope" + open-pull-requests-limit: 3 - package-ecosystem: "gradle" - directory: "/" + directory: "/android" schedule: interval: "daily" + commit-message: + prefix: "build: " + include: "scope" - package-ecosystem: "github-actions" directory: "/" schedule: