From e172e89cc46f8f7638d94f5579edaef100ceb222 Mon Sep 17 00:00:00 2001 From: Daniel Rogatchevsky Date: Tue, 15 Apr 2025 22:16:07 +0300 Subject: [PATCH] chore(dependabot): add GitHub Actions package ecosystem to weekly updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1989610..02bfdd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file