Skip to content

Commit

Permalink
enable dependabot for java code
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh committed Oct 30, 2024
1 parent 31f338f commit d84cace
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ updates:
google-cloud:
patterns:
- "google-cloud*"
- package-ecosystem: maven
directory: /java
schedule:
interval: "daily"
open-pull-requests-limit: 10
rebase-strategy: "disabled"

# Don't update these directories
- package-ecosystem: cargo
directory: /integration_tests/feature-store
Expand Down

0 comments on commit d84cace

Please sign in to comment.