From 524cd79841490f1edf3894fa6af2643d55819cb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Thu, 26 Mar 2026 12:44:12 +0100 Subject: [PATCH] ci: add ecosystem github-actions to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f78727e6fd8..7bb7873ba49 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,4 +19,9 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 2 + + - package-ecosystem: "github-actions" + directory: "/" # Location of package manifests + schedule: + interval: "weekly"