Skip to content

Commit

Permalink
Reduce dependabot frequency for Rust and Kotlin (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmassel authored Jul 31, 2024
1 parent 1871319 commit aa18f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: "cargo"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "swift"
directory: "/" # Location of package manifests
Expand All @@ -18,7 +18,7 @@ updates:
- package-ecosystem: "gradle"
directory: "native/kotlin" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "bundler"
directory: "/" # Location of package manifests
Expand Down

0 comments on commit aa18f13

Please sign in to comment.