From 883bcc6b48bf21b263316d8b052a9e7d884ed295 Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Mon, 9 Dec 2024 23:07:37 +0200 Subject: [PATCH] set-up `github-actions` dependency updates by dependabot --- .github/dependabot.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea67817..6f5349a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,14 @@ version: 2 updates: - - package-ecosystem: "maven" - directory: "/" + - package-ecosystem: maven + directory: / schedule: - interval: "weekly" - day: "monday" + interval: weekly + day: monday + time: "06:00" + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday time: "06:00"