From d6e9915ac3ca97e85da072f7232458d53a41f2cf Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Mon, 4 Nov 2024 12:01:07 +0100 Subject: [PATCH] chore: update dependabot configuration --- .github/dependabot.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1230149..175a096 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ 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