From 2f92e738fba8e55213d39160e294579c951f353c Mon Sep 17 00:00:00 2001 From: Riccardo Rigutini <47950599+richardrigutins@users.noreply.github.com> Date: Mon, 13 May 2024 18:03:37 +0000 Subject: [PATCH] Update Dependabot commit message --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4bdd27e..0b24c30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,13 +3,13 @@ updates: - package-ecosystem: github-actions directory: / commit-message: - prefix: "chore(deps): " + prefix: "[chore] " schedule: interval: weekly - package-ecosystem: npm directory: / commit-message: - prefix: "chore(deps): " + prefix: "[chore] " schedule: interval: weekly