From d441ba4f3dcf07f72128ba1adfe6033d47c59b47 Mon Sep 17 00:00:00 2001 From: Kai Date: Fri, 9 Jul 2021 12:55:27 +0200 Subject: [PATCH] Add Dependabot for GitHub Actions Signed-off-by: splitt3r --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31639c5a6..6f876e8b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,3 +39,13 @@ updates: versions: - "< 16" - ">= 15.a" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + day: saturday + time: "03:00" + timezone: Europe/Paris + open-pull-requests-limit: 10 + reviewers: + - juliushaertl