From 1b2f3b0137319974e4359d7c2e2582a06483ccbc Mon Sep 17 00:00:00 2001 From: Laust Rud Jacobsen Date: Fri, 23 Aug 2024 21:29:58 +0200 Subject: [PATCH] chore: Dependabot updates for used Github Actions (#234) feat: dependabot updates for used Github Actions Co-authored-by: Elio Bischof --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ad66a2ef..c1a2a885 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,19 @@ updates: reviewers: - stebenz - eliobischof + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + commit-message: + prefix: "chore" + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*" + reviewers: + - stebenz + - eliobischof +