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