From 4bc772623e81acc6737a40ce08a1856486ebbc52 Mon Sep 17 00:00:00 2001 From: larabr <7375870+larabr@users.noreply.github.com> Date: Tue, 9 Sep 2025 19:05:53 +0200 Subject: [PATCH] CI: Dependabot: also update Github actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f9d6e22..f7a4ff4f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -54,3 +54,9 @@ updates: update-types: # major updates will trigger non-grouped MRs - "minor" - "patch" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + prefix: "CI"