From 275bf1426376a4163debc9b37da17e90da5fe476 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 11 Jul 2023 23:46:32 +0100 Subject: [PATCH] Update dependabot.yml Signed-off-by: Adam Warner --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8a3c423..b679f5c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,13 @@ updates: target-branch: dev reviewers: - "pi-hole/docker-maintainers" + # Maintain dependencies for GitHub Actions development-v6 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: saturday + time: "10:00" + target-branch: development-v6 + reviewers: + - "pi-hole/docker-maintainers"