From 2bc14172439886a603f6b1eb8f4b1c8243d68fdb Mon Sep 17 00:00:00 2001 From: Mikael Johansson Date: Thu, 21 Aug 2025 13:23:19 +0200 Subject: [PATCH] Enhance dependabot config --- .github/dependabot.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8270a47..1bacc70 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,23 @@ version: 2 updates: - - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "gomod" + directory: "/" schedule: interval: "weekly" + day: "monday" + target-branch: main + commit-message: + prefix: ":seedling:" + include: scope - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + day: "monday" + target-branch: main + commit-message: + prefix: ":seedling:" + include: scope + groups: + all-github-actions: + patterns: ["*"]