From c298cf39636900e03c55f857ca6f4a7cb03dbbd1 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:35:39 +0000 Subject: [PATCH] dependabot: use for github actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4eb6ec8..fc8cfba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,11 @@ updates: interval: "weekly" open-pull-requests-limit: 20 target-branch: "dev" + +# Set update schedule for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 20 + target-branch: "dev"