From d441ba4f3dcf07f72128ba1adfe6033d47c59b47 Mon Sep 17 00:00:00 2001 From: Kai Date: Fri, 9 Jul 2021 12:55:27 +0200 Subject: [PATCH 1/2] 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 From 4b327a53c14bf26571aeb9008525a03df0b2dffb Mon Sep 17 00:00:00 2001 From: Kai Date: Fri, 9 Jul 2021 13:48:47 +0200 Subject: [PATCH 2/2] Unify quotation of ecosystem Signed-off-by: splitt3r --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f876e8b6..fef83c6a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,7 +39,7 @@ updates: versions: - "< 16" - ">= 15.a" -- package-ecosystem: "github-actions" +- package-ecosystem: github-actions directory: "/" schedule: interval: weekly