From 60f00321fdd0df66c286547aa370b393042cd6f9 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 1 Mar 2024 14:28:34 +0100 Subject: [PATCH] Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#224) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23df6be..52904af 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: dependencies: patterns: - "*" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + actions: + patterns: + - "*"