From a72835f97409696eb3530047e2a0b7ecca48bef7 Mon Sep 17 00:00:00 2001 From: Laust Rud Jacobsen Date: Wed, 21 Aug 2024 14:42:56 +0200 Subject: [PATCH] feat: dependabot updates for used Github Actions --- .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 +