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