From 5f7f970ce50b63dca0d6653da2a81ba8d605a9a6 Mon Sep 17 00:00:00 2001 From: jakedoublev Date: Fri, 14 Nov 2025 10:46:41 -0800 Subject: [PATCH 1/2] chore(ci): dependabot config for tests-bdd --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6cc5de1268..fcaa928d5b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,6 +35,16 @@ updates: - "github.com/opentdf/*" schedule: interval: daily + - package-ecosystem: gomod + directory: "/tests-bdd" + commit-message: + prefix: "fix(ci)" + groups: + external: + exclude-patterns: + - "github.com/opentdf/*" + schedule: + interval: daily - package-ecosystem: gomod directory: "/service" commit-message: From 755d4e4b3e890bb06ac6495684eda9adb3f56df3 Mon Sep 17 00:00:00 2001 From: jakedoublev Date: Fri, 14 Nov 2025 10:53:53 -0800 Subject: [PATCH 2/2] chore(ci) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fcaa928d5b..42426e09a9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,7 +18,7 @@ updates: - package-ecosystem: gomod directory: "/examples" commit-message: - prefix: "fix(deps)" + prefix: "chore(ci)" groups: external: exclude-patterns: @@ -38,7 +38,7 @@ updates: - package-ecosystem: gomod directory: "/tests-bdd" commit-message: - prefix: "fix(ci)" + prefix: "chore(ci)" groups: external: exclude-patterns: