From fa79e2759a48ff79f8cedbbc3ffbf693a54cfb38 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 27 Jan 2024 11:20:50 +0100 Subject: [PATCH] Add: [Dependabot] introduce Dependabot to keep our workflows up-to-date (#295) --- .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: + - "*"