From 0636725b1625f6ad00af145f4c7bf55ac8a24c82 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 2 Feb 2024 01:20:16 +0200 Subject: [PATCH] Dependabot for actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e5ab546..bef1544 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,11 @@ updates: dev-dependencies: patterns: - "*" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + groups: + dev-dependencies: + patterns: + - "*"