From ead478b24b2db0ef8fe197f407d5825a0761ac65 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 17 Mar 2025 19:04:57 +0100 Subject: [PATCH] devops: update GitHub Action workflows via dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1734ab54e..a964f2f3c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,3 +17,11 @@ updates: allow: - dependency-type: "direct" # Optional: Only update direct dependencies - dependency-type: "indirect" # Optional: Only update indirect (transitive) dependencies + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + actions: + patterns: + - "*"