From 2021af0ff46810445ca171831c224522c0d13514 Mon Sep 17 00:00:00 2001 From: Oleg Kovalov Date: Mon, 11 Sep 2023 08:55:51 +0200 Subject: [PATCH] Update dependabot.yml Signed-off-by: Oleg Kovalov --- .github/dependabot.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index afc6171..008272a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +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"