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: + - "*"