Skip to content

Commit

Permalink
chore: let dependabot browse benches
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Oct 29, 2024
1 parent 5b5f5a0 commit 3350c10
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/" # Location of package manifests
directories:
- "**/*"
open-pull-requests-limit: 1
schedule:
interval: "weekly"
Expand All @@ -15,7 +16,8 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
directories:
- "**/*"
open-pull-requests-limit: 1
schedule:
interval: "weekly"

0 comments on commit 3350c10

Please sign in to comment.