From 63ee2fb5907adf114a5f62174fe842311f4a9686 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Thu, 7 Dec 2023 08:52:19 +0100 Subject: [PATCH] Update dependabot.yml (#11) --- .github/dependabot.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20d5f35..008272a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,18 @@ version: 2 updates: - - package-ecosystem: gomod + - package-ecosystem: "gomod" + commit-message: + prefix: "deps:" directory: "/" schedule: - interval: daily - - package-ecosystem: github-actions + interval: "weekly" + day: "sunday" + time: "09:00" + - package-ecosystem: "github-actions" + commit-message: + prefix: "ci:" directory: "/" schedule: - interval: daily + interval: "weekly" + day: "sunday" + time: "09:00"