Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 62aa708

Browse files
authored
Merge pull request #750 from chainbound/versioning-strategy
chore(deps): don't bump transient deps with dependabot
2 parents 529d919 + aa7a5a6 commit 62aa708

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version: 2
77
updates:
88
- package-ecosystem: "cargo"
99
directory: "/bolt-sidecar"
10+
versioning-strategy: "increase"
1011
labels:
1112
- "T: security"
1213
schedule:
@@ -32,6 +33,7 @@ updates:
3233

3334
- package-ecosystem: "cargo"
3435
directory: "/bolt-cli"
36+
versioning-strategy: "increase"
3537
labels:
3638
- "T: security"
3739
schedule:
@@ -57,6 +59,7 @@ updates:
5759

5860
- package-ecosystem: "cargo"
5961
directory: "/bolt-boost"
62+
versioning-strategy: "increase"
6063
labels:
6164
- "T: security"
6265
schedule:

0 commit comments

Comments
 (0)