From d29622012e9fc7861332b5c8eb604e093c3db385 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Fri, 1 Mar 2024 14:12:15 +0100 Subject: [PATCH] Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date --- .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: + - "*"