diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ad66a2e..c1a2a88 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 +