From 3ff363fff237bac6ca8596716cc190b41e80539e Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Mon, 4 Nov 2024 12:00:08 +0100 Subject: [PATCH] chore: update dependabot configuration --- .github/dependabot.yml | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8789fde..e8335a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,21 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "daily" + interval: daily + commit-message: + prefix: "chore(ci): " + labels: + - dependencies + - github_actions - - package-ecosystem: "gomod" - directory: "/" + - package-ecosystem: gomod + directory: / schedule: - interval: "daily" + interval: daily + commit-message: + prefix: "chore(go): " + labels: + - dependencies + - go