Skip to content

Commit

Permalink
chore(deps): don't bump transient deps with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
estensen committed Jan 29, 2025
1 parent 529d919 commit aa7a5a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version: 2
updates:
- package-ecosystem: "cargo"
directory: "/bolt-sidecar"
versioning-strategy: "increase"
labels:
- "T: security"
schedule:
Expand All @@ -32,6 +33,7 @@ updates:

- package-ecosystem: "cargo"
directory: "/bolt-cli"
versioning-strategy: "increase"
labels:
- "T: security"
schedule:
Expand All @@ -57,6 +59,7 @@ updates:

- package-ecosystem: "cargo"
directory: "/bolt-boost"
versioning-strategy: "increase"
labels:
- "T: security"
schedule:
Expand Down

0 comments on commit aa7a5a6

Please sign in to comment.