From 27f9690ed26b31b16f040c692c775c8e0a2b916b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ny=C3=ADl=C3=A1sz=C3=A1r=C3=B3=20Kolomp=C3=A1r=20Olajcsere?= Date: Sun, 23 Feb 2025 20:04:58 +0100 Subject: [PATCH] refactor to dirs --- .github/dependabot.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c2186ca..41349b2a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,18 +6,10 @@ version: 2 updates: - package-ecosystem: "pub" - directory: "/refilc" - schedule: - interval: "daily" - - package-ecosystem: "pub" - directory: "/refilc_plus" - schedule: - interval: "daily" - - package-ecosystem: "pub" - directory: "/refilc_kreta_api" - schedule: - interval: "daily" - - package-ecosystem: "pub" - directory: "/refilc_mobile_ui" + directories: + - "/refilc" + - "/refilc_plus" + - "/refilc_kreta_api" + - "/refilc_mobile_ui" schedule: interval: "daily"