From ed000db4e0e4aa283ef903287bd8d6b5d4b66fbe Mon Sep 17 00:00:00 2001 From: dotacow Date: Tue, 14 Jul 2026 22:11:01 +0300 Subject: [PATCH] fix: add package ecosystem specifier --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3113d0..120c689 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,6 @@ version: 2 updates: + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" \ No newline at end of file