Skip to content

Commit bb75ae1

Browse files
committed
chore(ci): add Dependabot to track published hotdata SDK
1 parent aa20ab1 commit bb75ae1

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Keeps the CLI current with published Hotdata SDK releases. Scoped to the
2+
# `hotdata` crate so unrelated transitive deps don't churn; when a new version
3+
# is published to crates.io, Dependabot opens a `chore(deps)` PR (gated by CI).
4+
version: 2
5+
updates:
6+
- package-ecosystem: cargo
7+
directory: "/"
8+
schedule:
9+
interval: daily
10+
allow:
11+
- dependency-name: "hotdata"
12+
commit-message:
13+
prefix: "chore(deps)"
14+
labels:
15+
- dependencies

0 commit comments

Comments
 (0)