From f8abc037bd529f9d02abef91c4f327748e6d47db Mon Sep 17 00:00:00 2001 From: Thomas Muntaner Date: Tue, 22 Nov 2022 19:56:58 +0100 Subject: [PATCH] Added dependabot for github actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8472f1..c37b92f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,9 @@ updates: interval: "daily" reviewers: - "tmuntaner" + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + reviewers: + - "tmuntaner"