From 5a3a2ce797ffede7b853d0309cbaa31702b56281 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 1 Oct 2024 17:29:44 +0200 Subject: [PATCH] Update dependabot.yml to bump GitHub Action versions automagically --- .github/dependabot.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be2db80..64f8632 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,16 @@ updates: - package-ecosystem: maven directory: "/" schedule: - interval: daily + interval: "monthly" + day: monday time: "04:00" open-pull-requests-limit: 99 + +- package-ecosystem: "github-actions" + commit-message: + directory: "/" + schedule: + interval: "monthly" + day: monday + time: "04:00" + open-pull-requests-limit: 99