From a03c5adedd4631c0c2eaa8307c477fb991c9ec0d Mon Sep 17 00:00:00 2001 From: Gabriel Santos Date: Sat, 1 Aug 2026 11:47:39 +0000 Subject: [PATCH] fix dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a253c73..c16bcd6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,8 @@ updates: directory: / schedule: interval: weekly + commit-message: + prefix: build groups: patch-minor-action-updates: update-types: @@ -22,9 +24,13 @@ updates: directory: .devcontainer schedule: interval: daily + commit-message: + prefix: build - package-ecosystem: gitsubmodule directory: / schedule: interval: weekly + commit-message: + prefix: build registries: - github-private