From f8dccc79938db26b095491e09b1e13d66e4019aa Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Fri, 5 Jun 2026 14:42:37 -0700 Subject: [PATCH] chore(ci): add Dependabot to track published hotdata SDK --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..10ecb25 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Keeps the CLI current with published Hotdata SDK releases. Scoped to the +# `hotdata` crate so unrelated transitive deps don't churn; when a new version +# is published to crates.io, Dependabot opens a `chore(deps)` PR (gated by CI). +version: 2 +updates: + - package-ecosystem: cargo + directory: "/" + schedule: + interval: daily + allow: + - dependency-name: "hotdata" + commit-message: + prefix: "chore(deps)" + labels: + - dependencies