This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new a5a08ba14 ci: add/cpp to dependabot config (#3655)
a5a08ba14 is described below
commit a5a08ba14b1ec4f138f81fd60c915003bb8e0150
Author: Rimuksh Kansal <[email protected]>
AuthorDate: Mon Jul 13 16:20:06 2026 +0900
ci: add/cpp to dependabot config (#3655)
---
.github/dependabot.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index b61effac1..a93406bc4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -282,7 +282,9 @@ updates:
- "*"
- package-ecosystem: "bazel"
- directory: "/foreign/cpp"
+ directories:
+ - "/foreign/cpp"
+ - "/bdd/cpp"
schedule:
interval: "weekly"
day: "thursday"