Skip to content

Commit

Permalink
Enable dependabot for cargo and github-actions (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcio authored Nov 15, 2023
1 parent c4cc23d commit a2be8b7
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/bench"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/cli"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/cmd"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/iggy"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/integration"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/server"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/tools"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

- package-ecosystem: "cargo"
directory: "/tpc"
schedule:
interval: "weekly"
rebase-strategy: "disabled"

0 comments on commit a2be8b7

Please sign in to comment.