From 7db0df6fd06f4e08dbc687b720c628bfbc245459 Mon Sep 17 00:00:00 2001 From: Xennis Date: Fri, 7 Feb 2025 12:19:35 +0100 Subject: [PATCH] Add pub to Dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95ea9ec..8874e18 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,13 @@ version: 2 updates: + - package-ecosystem: "pub" + directory: "green_walking/" + schedule: + interval: "monthly" + groups: + all: + patterns: + - "*" - package-ecosystem: "bundler" directory: "green_walking/android/" schedule: