From 4bd9f1a2c90a3d7d7a3cd037d34378ee10da73e8 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Fri, 9 Aug 2024 19:12:03 +0300 Subject: [PATCH] fix dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d65d7834..1aafc9b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: "daily" - - package-ecosystem: "github-actions" + - package-ecosystem: "gradle" directory: "/" schedule: interval: "daily"